Google Calendar

gcal_get_calendar

Get calendar metadata including summary, description, location, and time zone.

Remote node2flow/google-calendar

Other tools also called gcal_get_calendar? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "calendar_id": {
      "type": "string",
      "description": "Calendar ID (use \"primary\" for the main calendar)"
    }
  }
}