v1
latestOpenAPI 3.0.02026-07-17121287546.7 KBCal Unified Calendars
Create 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}/events
Path parameters
connectionIdstring required
Query parameters
calendarIdstring
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"
}