calendar_event_create
Create events in Google Calendar with customizable details including summary, start/end times, description, location, attendees, timezone, and optional Google Meet link. Supports all-day events and sending updates.
Instructions
Create an event. start/end are RFC3339 datetimes; date-only ('2026-06-10') makes an all-day event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| summary | Yes | ||
| start | Yes | ||
| end | Yes | ||
| calendar_id | No | primary | |
| description | No | ||
| location | No | ||
| attendees | No | ||
| timezone | No | ||
| send_updates | No | none | |
| add_google_meet | No |