Google Calendar

GOOGLECALENDAR_CLEAR_CALENDAR

Clears a primary calendar. This operation deletes all events associated with the primary calendar of an account.

Remote googlecalendar

Other tools also called GOOGLECALENDAR_CLEAR_CALENDAR? 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.\nExample: \"primary\""
    }
  }
}