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