v1

latestOpenAPI 3.0.02026-07-17121287546.7 KB
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

titlestring required

Title of the calendar event

descriptionstring nullable

Description of the event

Response

status'success' | 'error' required

Example response

{
  "status": "success"
}