Create or update an event

Creates a new event or updates an existing one. If no CONTENT_ID is provided, a new content item is created first using the specified content definition. The event properties include scheduling, type, and optional series configuration.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The content ID of an existing event to update (null to create new)

string
required

The content definition ID for the event type

string
required

The display name of the event

string
required

The event start date/time in ISO 8601 format

string
required

The event end date/time in ISO 8601 format

eventType
object
required

The event type object with id and description

series
object
required

The series configuration if this is a recurring event

string
required
boolean
required

Whether to override inherited series properties

seriesProperties
object
required

Additional series-specific properties

Responses
200

Success

400

Bad Request

401

The caller is not authenticated

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!