google-calendar_create_event
Create a Google Calendar event with details like title, time, location, and attendees. Supports recurring events and reminders.
Instructions
Creates an event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End time of the event. Use 'date' for all-day events or 'dateTime' with timeZone | |
| start | Yes | Start time of the event. Use 'date' for all-day events or 'dateTime' with timeZone | |
| summary | Yes | Title of the event | |
| location | No | Geographic location of the event | |
| attendees | No | List of attendees with email addresses | |
| reminders | No | Information about the event's reminders | |
| calendarId | Yes | Calendar identifier. Use 'primary' for the primary calendar | |
| recurrence | No | List of RRULE, EXRULE, RDATE and EXDATE lines for recurring event | |
| description | No | Description of the event | |
| sendUpdates | No | Whether to send notifications to attendees (all, externalOnly, none) | |
| sendNotifications | No | Whether to send notifications about the creation of the new event |