list_events
Retrieve events from a calendar, with optional date range filtering, pagination, and recurrence expansion.
Instructions
List all events in a calendar, optionally filtered by date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of events to return | |
| offset | No | Number of events to skip (for pagination) | |
| endDate | No | End of date range (ISO 8601 format, e.g., "2024-12-31") | |
| startDate | No | Start of date range (ISO 8601 format, e.g., "2024-01-01") | |
| calendarId | Yes | The calendar identifier | |
| expandRecurring | No | Expand recurring events into individual occurrences (default: true) |