workspace_list_events
Retrieve events from a Google Calendar with optional time range filters to view specific schedule periods.
Instructions
List events from a Google Calendar with optional time range filter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendarId | No | Calendar ID (default: 'primary' for the authenticated user's calendar) | primary |
| timeMin | No | Start time filter in RFC3339 format (e.g. 2026-03-28T00:00:00Z) | |
| timeMax | No | End time filter in RFC3339 format | |
| limit | No | Max events to return (default 20) |