list_calendar_events
Retrieve events from a specified calendar within an optional time range. Provide the calendar ID and optional start/end times in Unix seconds.
Instructions
[Official API + UAT] List events in a calendar within an optional time range. Typical usage: first list_calendars to find calendar_id (primary calendar has type="primary"), then list events in e.g. [now, now+7d] (Unix seconds).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_id | Yes | Calendar ID from list_calendars | |
| start_time | No | Range start (Unix seconds, optional) | |
| end_time | No | Range end (Unix seconds, optional) | |
| page_size | No | Items per page (default 50) | |
| page_token | No | Pagination token | |
| sync_token | No | Incremental sync token (optional) |