calendar-list-calendars
Retrieve all available Google Calendar calendars to view and manage your scheduled events and appointments across multiple calendars.
Instructions
List all available calendars
Input Schema
Name | Required | Description | Default |
---|---|---|---|
maxResults | No | Maximum number of calendars to return |
Input Schema (JSON Schema)
{
"properties": {
"maxResults": {
"default": 10,
"description": "Maximum number of calendars to return",
"maximum": 250,
"minimum": 1,
"type": "number"
}
},
"type": "object"
}