Google Super
GOOGLESUPER_CALENDARS_DELETE
Deletes a secondary calendar. Use calendars.clear for clearing all events on primary calendars.
Remote googlesuper
Other tools also called GOOGLESUPER_CALENDARS_DELETE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"calendar_id": {
"type": "string",
"title": "Calendar Id",
"examples": [
"primary",
"[email protected]"
],
"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."
}
}
}