google-calendar_list_calendars
List all calendars accessible by the user, with options to filter by access role, pagination, show deleted or hidden entries.
Instructions
Returns the calendars on the user's calendar list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageToken | No | Token specifying which result page to return | |
| maxResults | No | Maximum number of entries returned (default 100, max 250) | |
| showHidden | No | Whether to show hidden entries | |
| showDeleted | No | Whether to include deleted calendar list entries in the result | |
| minAccessRole | No | The minimum access role for the user in the returned entries (freeBusyReader, reader, writer, owner) |