cal_list_events
Retrieve a chronological list of calendar events within a specified time range. Accepts personal or shared Google Calendar IDs and RFC 3339 datetime boundaries.
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 |
|---|---|---|---|
| calendar | Yes | ||
| start | Yes | ||
| end | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |