List calendars
calendar_list_calendarsLists the signed-in user's calendars, returning their IDs, names, colors, owners, and edit/shared status. Use the returned calendar ID to list events for a specific calendar.
Instructions
Lists the signed-in user's calendars with id, name, colour, owner and whether they can be edited or shared. Returns 50 by default. Use the returned id as calendarId in calendar_list_events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum calendars to return. Defaults to 50. |