The Meeting Object

The Object

Attribute

Description

*id string required

It is a UUID v4 (36 characters long)

*type string required

This is an immutable field which indicates the type of the object. In this case 'meeting'

*host object required

The Host Object

start string

The start time of the meeting in ISO 8601 format

end string

The end time of the meeting in ISO 8601 format

title string

The title of the meeting

message string

The message of the meeting

location string

The location of the meeting

notes string

The notes of the meeting

Last updated