cal_list_calendars
List all calendars visible to Hermes, including owned and shared calendars, returning their ID, display name, and access role.
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 |