DEVELOPERS / DEVELOPERS
list_calendars
Behavior, inputs, outputs and permissions for list_calendars.
Reviewed · 2026-09-20 / Ridian
This reference is generated from the published tool contract.
Behavior and boundaries
Section titled “Behavior and boundaries”Lists the calendars this user may access in the connected workspace.
Permissions
Section titled “Permissions”Granted scopes, accounts, calendars and visibility rules limit access. Workspace administrators do not automatically gain access to other users’ accounts.
calendar:read
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": {}, "additionalProperties": false}Output
Section titled “Output”{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "kalender": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "provider": { "type": "string" }, "color": { "type": "string" }, "timeZone": { "type": "string" }, "readOnly": { "type": "boolean" }, "art": { "type": "string", "enum": [ "arbeit", "persoenlich" ] } }, "required": [ "id", "name", "provider", "readOnly", "art" ], "additionalProperties": false } }, "ausgeschlossen": { "type": "object", "properties": { "andereOrganisation": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 }, "arbeitGesperrt": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 }, "inaktivesKonto": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 }, "tenantUnbekannt": { "type": "integer", "minimum": 0, "maximum": 9007199254740991 } }, "required": [ "andereOrganisation", "arbeitGesperrt", "inaktivesKonto", "tenantUnbekannt" ], "additionalProperties": false } }, "required": [ "kalender", "ausgeschlossen" ], "additionalProperties": false}Errors and retries
Section titled “Errors and retries”Check the tool result for errors. Do not blindly retry writes after a timeout. Check the calendar state first.