Google Calendar
GOOGLECALENDAR_CALENDARS_UPDATE
Updates metadata for a calendar.
Remote googlecalendar
Other tools also called GOOGLECALENDAR_CALENDARS_UPDATE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"summary": {
"type": "string",
"description": "Title of the calendar."
},
"location": {
"type": [
"string",
"null"
],
"default": null,
"description": "Geographic location of the calendar as free-form text. Optional."
},
"timeZone": {
"type": [
"string",
"null"
],
"default": null,
"description": "The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. \"Europe/Zurich\".) Optional."
},
"calendarId": {
"type": "string",
"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",
"null"
],
"default": null,
"description": "Description of the calendar. Optional."
}
}
}