Update Meeting
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Headers
Request
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.
The duration (in 15-minute increments) for this Meeting.
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.
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
True if the API call succeeded; false otherwise.