list_calendars
Retrieve all calendars in your organization to discover calendar IDs before creating or listing events.
Instructions
List calendars in the org. Org-level API keys see every calendar (agent-owned and shared); agent-scoped keys see only their own agent's calendars. Use this to discover calendar IDs before creating or listing events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return | |
| offset | No | Pagination offset | |
| include | No | Pass "all" to include calendars across all agents (org keys only) | |
| agent_id | No | Filter to calendars owned by this agent. Org keys only — agent-scoped keys are always limited to their own agent and ignore this. |