list_events
Retrieve events from a calendar within a specified time range. Returns event ID, summary, start, end, location, and attendees; default calendar is 'primary'.
Instructions
List events in a calendar within a time range. Returns event id, summary, start, end, location, attendees. Default calendar is 'primary'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Free-text search filter | |
| time_max | Yes | RFC3339 | |
| time_min | Yes | RFC3339 (e.g. 2026-07-22T00:00:00+02:00) | |
| calendar_id | No | primary | |
| max_results | No |