add_or_update_note
Create or update a plain text note on the Intervals.icu calendar. Provide a title and description, with optional date, color, athlete ID, or event ID to update an existing note.
Instructions
Add or update a plain text note (category NOTE) on the Intervals.icu calendar.
Args: name: Title of the note description: Plain text content of the note start_date: Date in YYYY-MM-DD format (optional, defaults to today) color: Color of the note (e.g. green, orange, red, blue) athlete_id: The Intervals.icu athlete ID (optional) api_key: The Intervals.icu API key (optional) event_id: The Intervals.icu event ID (optional, for updates)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | No | green | |
| api_key | No | ||
| event_id | No | ||
| athlete_id | No | ||
| start_date | No | ||
| description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |