Google Calendar
gcal_remove_calendar
Unsubscribe from a calendar, removing it from the user's calendar list. Does not delete the calendar itself.
Remote node2flow/google-calendar
Other tools also called gcal_remove_calendar?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"calendar_id": {
"type": "string",
"description": "Calendar ID to unsubscribe from"
}
}
}