Google Calendar

gcal_update_calendar

Update calendar metadata (summary, description, location, time zone). Only works on secondary calendars the user owns.

Remote node2flow/google-calendar

Other tools also called gcal_update_calendar? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "summary": {
      "type": "string",
      "description": "New calendar name/title"
    },
    "location": {
      "type": "string",
      "description": "New geographic location"
    },
    "time_zone": {
      "type": "string",
      "description": "New time zone (e.g., \"America/New_York\")"
    },
    "calendar_id": {
      "type": "string",
      "description": "Calendar ID to update"
    },
    "description": {
      "type": "string",
      "description": "New calendar description"
    }
  }
}