calendar_create_event
Create a new Google Calendar event by specifying title, start and end times. Optionally add location, description, or choose a specific calendar.
Instructions
Create a new Google Calendar event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endTime | Yes | End time in ISO 8601 (e.g. 2026-03-01T11:00:00-06:00) or date-only for all-day events (e.g. 2026-03-02) | |
| summary | Yes | Event title (required) | |
| location | No | Event location | |
| startTime | Yes | Start time in ISO 8601 (e.g. 2026-03-01T10:00:00-06:00) or date-only for all-day events (e.g. 2026-03-01) | |
| calendarId | No | Calendar ID (default: primary) | |
| description | No | Event description |