Google Calendar

gcal_clear_calendar

Delete all events from a primary calendar. Only works on the primary calendar. Secondary calendars should use gcal_delete_calendar instead.

Remote node2flow/google-calendar

Other tools also called gcal_clear_calendar? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "calendar_id": {
      "type": "string",
      "description": "Calendar ID to clear (typically \"primary\")"
    }
  }
}