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-name
The name of the calling system passed along as a header parameter
Request
The data used to create the Meeting
name
The common name of this Meeting.
description
This field contains the Meeting's description.
startDate
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.
durationMinutes
The duration (in 15-minute increments) for this Meeting.
assignees
Specify a list of resources to assign to this Meeting
priority
The numeric of the Priority for this Meeting
projectId
The unique identifier of the Project for this Meeting
Response
Success
error
If the API call failed, this will contain information about the error that occurred.
success
True if the API call succeeded; false otherwise.
hasError
True if the API call failed.
statusCode
The HTTP code of the response.
data
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