update_event
Modify specific fields of an existing Intervals.icu calendar event without changing other details. Update name, description, start date, event type, duration, distance, or training load.
Instructions
Update an existing calendar event.
Modifies one or more fields of an existing event. Only provide the fields you want to change - other fields will remain unchanged.
Args: event_id: ID of the event to update name: New name for the event description: New description start_date: New start date in YYYY-MM-DD format event_type: New activity type duration_seconds: New planned duration distance_meters: New planned distance training_load: New planned training load
Returns: JSON string with updated event data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated event name | |
| event_id | Yes | Event ID to update | |
| event_type | No | Updated activity type | |
| start_date | No | Updated start date (YYYY-MM-DD) | |
| description | No | Updated description | |
| training_load | No | Updated training load | |
| distance_meters | No | Updated distance in meters | |
| duration_seconds | No | Updated duration in seconds |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |