get_scheduled_workouts
Retrieve scheduled workouts from your Garmin Connect calendar for a specific date range or the current week.
Instructions
Get scheduled workouts from Garmin Connect calendar for a date range. Defaults to the current week (Monday to Sunday) if dates not provided. Returns list of scheduled workouts with details including scheduleId for unscheduling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | No | Start date in YYYY-MM-DD format (optional, defaults to current week Monday) | |
| endDate | No | End date in YYYY-MM-DD format (optional, defaults to current week Sunday) |