schedule_workout
Schedule an existing workout on a specific date to plan your training. Returns a unique schedule ID for unscheduling if needed.
Instructions
Schedule an existing workout on a specific date. Returns a workoutScheduleId that can be used to unschedule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date to schedule workout in YYYY-MM-DD format (required) | |
| workoutId | Yes | The unique workout identifier (required) |