list_events
List calendar events and planned workouts within a date range. Retrieve scheduled workouts, notes, and race events to view your training calendar.
Instructions
List calendar events and planned workouts between dates.
Use when browsing planned workouts, notes, or race events on the calendar. To fetch details of a specific planned event, use get_event.
Args: oldest: Start date (YYYY-MM-DD). newest: End date (YYYY-MM-DD). athlete_id: Athlete ID (defaults to "0").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newest | Yes | End date in YYYY-MM-DD format (e.g. '2026-07-26'). | |
| oldest | Yes | Start date in YYYY-MM-DD format (e.g. '2026-07-01'). | |
| athlete_id | No | Athlete ID (defaults to '0' for authenticated athlete). | 0 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |