events
Creates an event based on a simple text string.
post/calendars/{calendarId}/events/quickAdd
Path parameters
calendarIdstring required
Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
Query parameters
textstring required
The text describing the event to be created.
sendNotificationsboolean
Deprecated. Please use sendUpdates instead.
Whether to send notifications about the creation of the event. Note that some emails might still be sent even if you set the value to false. The default is false.
sendUpdates'all' | 'externalOnly' | 'none'
Guests who should receive notifications about the creation of the new event.
Response
Successful response