update_event
Modify an existing calendar event or planned workout by updating its title, start time, or workout details. Use to change training targets, dates, or descriptions.
Instructions
Update an existing calendar event or planned workout.
Use when modifying workout targets, start dates, or titles. To schedule a new event, use create_event.
Args: event_id: Calendar event ID to update. start_date_local: Updated local start time (YYYY-MM-DDTHH:MM:SS). name: Updated name. description: Updated workout description or details. athlete_id: Athlete ID (defaults to "0").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated event title. | |
| event_id | Yes | Calendar event ID to update. | |
| athlete_id | No | Athlete ID (defaults to '0' for authenticated athlete). | 0 |
| description | No | Updated workout prescription steps or notes. | |
| start_date_local | No | Updated local start time (YYYY-MM-DDTHH:MM:SS). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |