Update Meeting

Updates a Meeting by its unique identifier, which is a GUID.

Authentication

AuthorizationBearer

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

Path parameters

meetingIdstringRequiredformat: "uuid"
the id of the meeting

Headers

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

Request

the fields to update
namestring or nullOptional
The common name of this Meeting.
descriptionstring or nullOptional
This field contains the Meeting's description.
priorityIdinteger or nullOptional
Return the priority of a Meeting
plannedStartDatestring or nullOptionalformat: "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
If specified, replaces the list of resources assigned to this meeting.
breakRecurrencybooleanOptional

Set this to true to break this Meeting out of its recurring series as part of this update.

The Meeting is detached from its series, clearing its parent/child relationship and its recurrence settings. Any other changes in the same update are then applied to this Meeting alone rather than being propagated across the rest of the series.

This has no effect if the Meeting is not part of a recurring series. A Meeting can only be made recurring through the MeetingRecurrency endpoints.

moveToProjectobject or nullOptional
Object contains data to move meeting to another project
recurringboolean or nullOptionalDeprecated

Deprecated - please use BreakRecurrency instead.

When sent as false, this breaks the Meeting out of its recurring series. Sending true or omitting it leaves the series intact.

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