List Calendars
calendar_list_calendarsList all calendars you can access with their IDs, names, and access roles. Choose markdown or JSON output.
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 |