calendar_events_insert
Add new events to Google Calendar by specifying calendar ID, title, start and end times, with optional details like description and location.
Instructions
Create a new calendar event.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendarId | Yes | Calendar ID | |
| summary | Yes | Event title | |
| start | Yes | Start time JSON (e.g. '{"dateTime":"2026-03-10T10:00:00-07:00"}') | |
| end | Yes | End time JSON | |
| description | No | Event description | |
| location | No | Event location |