icu_apply_training_plan
Apply a training plan (workout library folder) to an athlete's calendar starting on a specified date.
Instructions
Schedule an entire training plan (workout-library folder) onto the athlete's calendar starting on a chosen date.
Use after icu_get_workout_library to find a plan's folder_id. Different from icu_create_event / icu_bulk_create_events (which build new events) and from icu_duplicate_events (which copies existing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | Folder ID of the training plan to apply | |
| start_date_local | Yes | Start date in ISO-8601 format (YYYY-MM-DD) | |
| extra_workouts_json | No | Optional JSON array of additional workouts | |
| athlete_id | No | Athlete ID (for coaches managing multiple athletes) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |