Google Calendar

GOOGLECALENDAR_CALENDARS_DELETE

Deletes a secondary calendar. Use calendars.clear for clearing all events on primary calendars.

Remote googlecalendar

Other tools also called GOOGLECALENDAR_CALENDARS_DELETE? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "calendar_id": {
      "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.\nExamples:\n  \"primary\"\n  \"[email protected]\""
    }
  }
}