Add a new public meeting for a specific room in your event.
_Schedule date > Room > Meeting
As per the flow we have rooms every available event dates and meeting for each room of each event dates.
So to create meeting we need room and to create room we need scheduledateid. This can be found in /meeting response as described.
The request body needs to be in the exact format mentioned in the Request Body description.
| Request Body Required properties for each meeting object: - | ||
|---|---|---|
eventid integer — REQUIRED | ||
scheduledateid integer — REQUIRED | ||
roomid integer — REQUIRED | ||
title string — REQUIRED | ||
description string — REQUIRED | ||
starttime string — REQUIRED | ||
starttime_gmt string — REQUIRED | ||
endtime string — REQUIRED | ||
endtime_gmt string — REQUIRED | ||
manager_userids string — REQUIRED | ||
allowed_for object — REQUIRED
| ||
capacity integer — REQUIRED | ||
auto_approve boolean — REQUIREDPossible values: [ |
| Responses | |||
|---|---|---|---|
200PostPatchResponse
| |||
defaultError Response
|