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
Key | Datatype | Required | Description |
---|---|---|---|
text | string | (Required) | |
sendNotifications | boolean | ||
sendUpdates | null | ||
alt | string | Data format for the response. | |
fields | null | Selector specifying which fields to include in a partial response. | |
key | null | API 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_token | null | OAuth 2.0 token for the current user. | |
prettyPrint | null | Returns response with indentations and line breaks. | |
quotaUser | null | An opaque string that represents a user for quota purposes. Must not exceed 40 characters. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |