Google Super
GOOGLESUPER_GET_CALENDAR
Retrieves a specific Google Calendar, identified by `calendar_id`, to which the authenticated user has access.
Remote googlesuper
Other tools also called GOOGLESUPER_GET_CALENDAR?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"calendar_id": {
"type": "string",
"title": "Calendar Id",
"default": "primary",
"examples": [
"primary",
"[email protected]",
"en.usa#[email protected]"
],
"description": "Identifier of the Google Calendar to retrieve. 'primary' (the default) represents the user's main calendar; other valid identifiers include the calendar's email address."
}
}
}