Google Calendar

gcal_delete_calendar

Delete a secondary calendar. Only works on calendars the user owns. The primary calendar cannot be deleted.

Remote node2flow/google-calendar

Other tools also called gcal_delete_calendar? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "calendar_id": {
      "type": "string",
      "description": "Calendar ID to delete (cannot be \"primary\")"
    }
  }
}