get_scheduled_workouts
Retrieve a monthly training calendar from Garmin Connect, listing scheduled workouts, completed activities, and plan items. Provide a year and month to view your training plan.
Instructions
Training calendar for a month: scheduled workouts, completed activities, plan items.
Args: year: Four-digit year. Defaults to the current year. month: 1-12. Defaults to the current month.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| month | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Compacted Garmin payload; null if unavailable. | |
| note | No | Explains missing data or truncation. | |
| params | No | Parameters used. | |
| source | Yes | Garmin Connect API method the data came from. |