schedule_workout
Schedule an existing workout from your Garmin library to a specific calendar date. Avoids duplicate scheduling if the workout is already planned for that date.
Instructions
Schedule a workout to a specific calendar date
This adds an existing workout from your Garmin workout library to your Garmin Connect calendar on the specified date.
Idempotent: if the workout is already scheduled for that date, this is a no-op that reports success without creating a duplicate entry.
Args: workout_id: ID of the workout to schedule (get IDs from get_workouts) calendar_date: Date to schedule the workout in YYYY-MM-DD format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workout_id | Yes | ||
| calendar_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |