Skip to main content
POST
Create meeting

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

organizerUserId
string
required

The unique identifier of the user organizing the meeting. This parameter is required.

Body

application/json
associations
object[]
required

An array of associations related to the meeting event, each represented by an ExternalAssociationCreateRequest object.

emailReminderSchedule
object
required
properties
object
required
timezone
string
required

A string representing the timezone in which the meeting event is scheduled.

Response

successful operation

createdAt
string<date-time>
required

The date and time when the calendar meeting event was created, in ISO 8601 format.

id
string
required

The unique identifier for the calendar meeting event.

lastUpdatedAt
string<date-time>
required

The date and time when the calendar meeting event was last updated, in ISO 8601 format.

properties
object
required
Last modified on March 31, 2026