calendar_list_events
List calendar events from any accessible Google Calendar within a date range, returning times with timezone information.
Instructions
List calendar events for a specific date range. Can list events from any accessible calendar. Returns event times with their timezone information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendarId | No | Calendar ID (default: "primary" for your main calendar). Use calendar_list_calendars to get IDs of shared calendars. | primary |
| date | No | Start date in YYYY-MM-DD format (default: today) | |
| days | No | Number of days from start date (default: 1) | |
| maxResults | No | Maximum number of events (default: 50) |