2. Quick Add Google Calendar Event

POST https://www.googleapis.com/calendar/v3/calendars/:calendarId/events/quickAdd?text="{{vacationDetails}} starting on {{vacationStart}} and ending at {{vacationEnd}}"&sendNotifications=true

Creates an event based on a simple text string.

Request Params

KeyDatatypeRequiredDescription
textstring(Required)
sendNotificationsboolean
sendUpdatesnull
altstringData format for the response.
fieldsnullSelector specifying which fields to include in a partial response.
keynullAPI key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
oauth_tokennullOAuth 2.0 token for the current user.
prettyPrintnullReturns response with indentations and line breaks.
quotaUsernullAn opaque string that represents a user for quota purposes. Must not exceed 40 characters.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring