calendar_v3_list_events
Retrieve upcoming Google Calendar events with Google Meet conference details using filters for time range, calendar selection, and result limits.
Instructions
[Calendar API v3] List upcoming calendar events with Google Meet conferences
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Maximum number of results to return (default: 10) | |
| time_min | No | Start time in ISO format (default: now) | |
| time_max | No | End time in ISO format (optional) | |
| calendar_id | No | Calendar ID to list events from (default: 'primary') |