Cal unified calendars
POSTCreate event on a connection
Create a new event on the specified calendar connection. Only supported for Google Calendar connections; other connection types return 400.
POST
/v2/calendars/connections/{connectionId}/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
connectionIdRequiredstringQuery Parameters
calendarIdstringHeader Parameters
AuthorizationRequiredstringvalue must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token