Google Calendar

GOOGLECALENDAR_GET_CALENDAR

Retrieves a specific Google Calendar, identified by `calendar_id`, to which the authenticated user has access.

Remote googlecalendar

Other tools also called GOOGLECALENDAR_GET_CALENDAR? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "calendar_id": {
      "type": "string",
      "default": "primary",
      "description": "Identifier of the Google Calendar to retrieve. 'primary' (the default) represents the user's main calendar; other valid identifiers include the calendar's email address.\nExamples:\n  \"primary\"\n  \"[email protected]\"\n  \"en.usa#[email protected]\""
    }
  }
}