List Calendars
calendar_list_calendarsList all accessible calendars with IDs, names, and access roles. Output in markdown or JSON format.
Instructions
List all calendars accessible to the user.
Args:
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: List of calendars with their IDs, names, and access roles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |