unschedule_workouts
Remove multiple scheduled workouts from Garmin Connect calendar while preserving workout templates. Provide a list of scheduled workout IDs to cancel.
Instructions
Remove multiple scheduled workouts from the Garmin Connect calendar
Deletes multiple calendar entries in a single call. The underlying workout templates are left intact in your library.
IMPORTANT: each id is a calendar-entry id (the "scheduled_workout_id" field from get_scheduled_workouts), not a workout id.
Args: scheduled_workout_ids: List of calendar-entry ids from get_scheduled_workouts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scheduled_workout_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |