Cal Unified Calendars
Create a calendar event
Create a new event on the authenticated user's calendar. Currently only Google Calendar is supported.
post/v2/calendars/{calendar}/events
Path parameters
calendar'google' | 'office365' | 'apple' required
Headers
Authorizationstring required
value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
Request body
Response
Example response
{
"status": "success"
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲