cal_list_calendars
List all calendars accessible through the Hermes Google account, including shared calendars, and retrieve their IDs, display names, and access roles.
Instructions
List all calendars visible to Hermes (own calendar + any shared with Hermes).
Returns a list of dicts, each with keys: id (calendar ID), summary
(display name), access_role (e.g., 'owner', 'writer', 'reader').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |