list_calendar_events
Retrieve events from a Google Calendar within a specified time range, with optional text filtering.
Instructions
List events from a specific calendar within a given time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The EMAIL of the Google account. Choose from: | |
| calendar_id | Yes | The ID of the calendar to query (use 'primary' for the primary calendar). | |
| start_time | Yes | Start time in ISO 8601 format (e.g., '2024-04-15T00:00:00Z'). | |
| end_time | Yes | End time in ISO 8601 format (e.g., '2024-04-16T00:00:00Z'). | |
| max_results | No | Maximum number of events (1-2500, default 100) | |
| query | No | Optional text query to filter events. |