Skip to main content

Creating or replacing an event

To create or update an event in our system, use the following endpoint:

PUT
/v1/calendar-events/{eventId}API DOCS

This endpoint only requires one query parameter:

  • eventId: The unique identifier of the event.

And only one field is required in the payload:

  • calendarId: The calendar where the event will be created.

Read more