Create Meeting

Creates a new Meeting for the current user. If you specify an assignee for this Meeting, that user will be assigned to it. If you do not specify an assignee, the Meeting will be automatically assigned to you.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

x-integration-namestringOptional
The name of the calling system passed along as a header parameter

Request

The data used to create the Meeting
namestringRequired
The common name of this Meeting.
descriptionstring or nullOptional
This field contains the Meeting's description.
startDatestringOptionalformat: "date-time"

The planned start date/time for this Meeting, in UTC. Time must be on a 15-minute boundary (0, 15, 30, or 45 minutes). Clients should convert to local time only when displaying to the user.

durationMinutesinteger or nullOptional

The duration (in 15-minute increments) for this Meeting.

assigneeslist of strings or nullOptional
Specify a list of resources to assign to this Meeting
priorityinteger or nullOptional
The numeric of the Priority for this Meeting
projectIdstring or nullOptionalformat: "uuid"
The unique identifier of the Project for this Meeting

Response

Success
errorobject or nullOptional
If the API call failed, this will contain information about the error that occurred.
successbooleanOptionalRead-only

True if the API call succeeded; false otherwise.

hasErrorbooleanOptionalRead-only
True if the API call failed.
statusCodeenumOptional
The HTTP code of the response.
dataobjectOptional
A Meeting is a lightweight calendar event that may or may not belong to a project. It is only visible to the person who created it and the users assigned to it.

Errors

400
Bad Request Error