create_event
Create a new calendar event with required title, start, and end times. Optionally add attendees, location, recurrence, or description. Get event ID and link.
Instructions
Create a new calendar event. Returns event ID and HTML link.
Use ignore_availability=True only when the user explicitly requests overlapping/conflicting bookings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_iso | Yes | ||
| summary | Yes | ||
| color_id | No | ||
| location | No | ||
| start_iso | Yes | ||
| recurrence | No | ||
| calendar_id | No | primary | |
| description | No | ||
| attendee_emails | No | ||
| ignore_availability | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |