Google Calendar

gcal_create_calendar

Create a new secondary calendar. The authenticated user becomes the owner.

Remote node2flow/google-calendar

Other tools also called gcal_create_calendar? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "summary": {
      "type": "string",
      "description": "Calendar name/title"
    },
    "location": {
      "type": "string",
      "description": "Geographic location of the calendar"
    },
    "time_zone": {
      "type": "string",
      "description": "Calendar time zone (e.g., \"America/New_York\", \"Asia/Bangkok\")"
    },
    "description": {
      "type": "string",
      "description": "Calendar description"
    }
  }
}