gws.cal.list_events
List calendar events within a time range for a Google Workspace account, with optional text search and calendar selection.
Instructions
List calendar events within a time range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free text search query | |
| account | No | Account label or email. Uses default if omitted. | |
| timeMax | Yes | End of range (RFC3339) | |
| timeMin | Yes | Start of range (RFC3339, e.g., 2026-03-26T00:00:00Z) | |
| calendarId | No | Calendar ID (default: primary) | |
| maxResults | No | Maximum events to return (default: 50) |