Google Super

GOOGLESUPER_CLEAR_CALENDAR

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

Remote googlesuper

Other tools also called GOOGLESUPER_CLEAR_CALENDAR? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "calendar_id": {
      "type": "string",
      "title": "Calendar Id",
      "examples": [
        "primary"
      ],
      "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."
    }
  }
}