cal_list_events
Retrieve chronological events from a Google Calendar within a specified RFC 3339 time range, with support for personal, Hermes, or custom calendar IDs.
Instructions
List events in a calendar within a time range, sorted chronologically.
calendar accepts 'user' (your personal calendar), 'hermes' (Hermes's
primary calendar), or a full Google Calendar ID.
start and end must be RFC 3339 datetimes with timezone offset
(e.g., '2026-04-24T00:00:00+08:00'). Bare dates are rejected by the API.
Returns a list of dicts, each with keys: id, title, start, end,
attendees (list of email strings).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes | ||
| calendar | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |