Meeting Properties
| Property | Type | Description |
|---|---|---|
| RequiredAttendees | string | Mandatory property to list the required attendees of the meeting. |
| OptionalAttendees | string | Property to list the optional attendees of the meeting. |
| ResourceAttendees | string | Property to list the resource attendees of the meeting. |
| Subject | string | Mandatory property to define the subject of the meeting. |
| Body | string | Property to define the body of the meeting. |
| Location | string | Property to define the location of the meeting. |
| AnswerRequired | boolean | Property to define if an answer is required. |
| ForwardAllowed | boolean | Property to define if the meeting can be forwarded (only works for exchange accounts). |
| StartDateTime | any | Mandatory property to define the start datetime of the meeting in ISO format. |
| Duration | number | Mandatory property to define the duration in minutes of the meeting. The default value is 60 minutes. |
| Reminder | number | Mandatory to define when to send a reminder before a meeting. The default value is 15 minutes before the meeting. |
| ToSend | boolean | Property to define if the meeting should be sent immediatly or saved to be manually sent later. |