Appointment Properties
| Property | Type | Description |
|---|---|---|
| Subject | string | Mandatory property to define the subject of the appointment. |
| Body | string | Property to define the body of the appointment. |
| Location | string | Property to define the location of the appointment. |
| StartDateTime | any | Mandatory property to define the start datetime of the appointment in ISO format. |
| Duration | number | Mandatory property to define the duration in minutes of the appointment. The default value is 60 minutes. |
| Reminder | number | Mandatory property to define when to send a reminder before an appointment. The default value is 15 minutes before the appointment. |