Cal unified calendars
POSTCreate a calendar event
Create a new event on the authenticated user's calendar. Currently only Google Calendar is supported.
POST
/v2/calendars/{calendar}/eventsRequest Body
application/jsonRequiredtitleRequiredstringTitle of the calendar event
startRequiredobjectStart date and time with time zone
endRequiredobjectEnd date and time with time zone
descriptionstringDescription of the event
attendeesarray<object>List of attendees
Path Parameters
calendarRequiredstringValue in:
"google" | "office365" | "apple"Header Parameters
AuthorizationRequiredstringvalue must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token