Create calendar event
google_calendar_create_eventCreate timed or all-day Google Calendar events by specifying title, start, and end. Optionally add location, attendees, and description.
Instructions
Create a timed or all-day event. All-day events use YYYY-MM-DD dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End: RFC3339 datetime or YYYY-MM-DD (exclusive) for all-day. | |
| start | Yes | Start: RFC3339 datetime or YYYY-MM-DD for all-day. | |
| account | No | Account nickname to use. | |
| summary | Yes | Event title. | |
| location | No | ||
| attendees | No | Attendee emails. | |
| calendarId | No | Calendar ID (default primary). | |
| description | No |