calendar_events_list
List events from a Google Calendar using filters such as time range, search query, and sort order.
Instructions
List events from a calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search | |
| orderBy | No | Sort order: startTime or updated | |
| timeMax | No | Upper bound (RFC3339) | |
| timeMin | No | Lower bound (RFC3339, e.g. "2026-03-07T00:00:00Z") | |
| calendarId | Yes | Calendar ID (use 'primary' for main calendar) | |
| maxResults | No | Max events to return | |
| singleEvents | No | Expand recurring events (usually true) |