Skip to main content

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 - roomid - scheduledateid - title - description - starttime - starttime_gmt - endtime - endtime_gmt - manager_userids - allowed_for - capacity - auto_approve

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
userids string
user_categories string
capacity integer REQUIRED
auto_approve boolean REQUIRED

Possible values: [true, false]

Responses
200

PostPatchResponse

Schema
object[]
id integer

Simple ids

default

Error Response

Schema
is_error int32

Error code.

message string

String description of the error.