11-26-2014 13:26
11-26-2014 13:26
I´d like to know if there is a possibility to add a large group in "Community- Activity Groups" and through some sort of automation grab all participants steps once a day and export it into a spreadsheet.
This is already done with IFTTT for myself and my own data but i want to save the data from a group. Been trying to figure out the syntax, this is the one for my own data:
{{Date}} ||| {{TotalSteps}} ||| {{TotalFloorsClimbed}} ||| {{TotalCaloriesBurned}} ||| {{TotalElevationGained}} ||| {{TotalElevationGainedUnit}} ||| {{TotalDistanceCovered}} ||| {{TotalDistanceCoveredUnit}} ||| {{SedentaryMinutes}} ||| {{LightlyActiveMinutes}} ||| {{FairlyActiveMinutes}} ||| {{VeryActiveMinutes}}
But how do I do to collect data from a specific group of friends?
Any other suggestions how to achieve this? Other tools, export functions/reporting capabilities I´ve missed?
/Per
01-14-2015 08:21
01-14-2015 08:21
What about using IFTTT to have group members log to the same Google Doc?
01-26-2015 18:01
01-26-2015 18:01
You won't be able to do this with IFTTT, as IFTTT doesn't have group recipes.
You'd need to create your own web application to use the Fitbit API and the Google Docs API. Your friends would need to authorize your application. Your application would then need to fetch each person's data and add it as you desire to your Google Spreadsheet.