Google Calendar

gcal_list_calendars

List all calendars the user has subscribed to. Includes the primary calendar, other owned calendars, and calendars shared with the user.

Remote node2flow/google-calendar

Other tools also called gcal_list_calendars? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page_token": {
      "type": "string",
      "description": "Token for next page of results"
    },
    "max_results": {
      "type": "number",
      "description": "Maximum number of calendars to return"
    },
    "show_hidden": {
      "type": "boolean",
      "description": "Include hidden calendar entries"
    },
    "show_deleted": {
      "type": "boolean",
      "description": "Include deleted calendar entries"
    }
  }
}