The Meeting Object
The Object
Attribute | Description |
*id | It is a UUID v4 (36 characters long) |
*type | This is an immutable field which indicates the type of the object. In this case 'meeting' |
*host | The Host Object |
start | The start time of the meeting in ISO 8601 format |
end | The end time of the meeting in ISO 8601 format |
title | The title of the meeting |
message | The message of the meeting |
location | The location of the meeting |
notes | The notes of the meeting |
Last updated