list_events
Retrieve calendar events within specified date ranges using ISO 8601 timestamps. Filter by calendar name and paginate results with limit/offset parameters.
Instructions
List events within a date range. Requires startDate and endDate (ISO 8601). Optionally filter by calendar name. Supports limit/offset pagination.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | Yes | Start of range (ISO 8601, e.g. '2026-03-01T00:00:00Z') | |
| endDate | Yes | End of range (ISO 8601, e.g. '2026-03-31T23:59:59Z') | |
| calendar | No | Filter by calendar name | |
| limit | No | Max events to return (default: 100) | |
| offset | No | Number of events to skip (default: 0) |