Google Super
GOOGLESUPER_CALENDARS_UPDATE
Updates metadata for a calendar.
Remote googlesuper
Other tools also called GOOGLESUPER_CALENDARS_UPDATE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"summary": {
"type": "string",
"title": "Summary",
"description": "Title of the calendar."
},
"location": {
"type": "string",
"title": "Location",
"default": null,
"nullable": true,
"description": "Geographic location of the calendar as free-form text. Optional."
},
"timeZone": {
"type": "string",
"title": "Time Zone",
"default": null,
"nullable": true,
"description": "The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. \"Europe/Zurich\".) Optional."
},
"calendarId": {
"type": "string",
"title": "Calendar Id",
"description": "Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the \"primary\" keyword."
},
"description": {
"type": "string",
"title": "Description",
"default": null,
"nullable": true,
"description": "Description of the calendar. Optional."
}
}
}