schedule_workout
Schedule an existing Garmin workout on a calendar date so it syncs automatically to your watch on next sync. Reversible anytime with unschedule.
Instructions
Put an existing library workout on a Garmin Connect calendar date (a WRITE).
Works for any workout type (running, strength, ...). A scheduled workout is
pushed to the watch automatically on its next sync — no "Send to Device"
needed. Reversible with unschedule_workout.
Args: workout_id: id from create_running_workout / create_strength_workout / list of workouts in Garmin Connect. date: calendar date, YYYY-MM-DD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| workout_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| workout_id | Yes | ||
| schedule_id | No | ||
| workout_name | No | ||
| calendar_date | Yes |