T42Appointmentinterface
This is a composite value that describes an appointment.
Properties (14)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| allDayEvent⚓︎ | boolean | x | Is the appointment all day long? |
|
| attachments⚓︎ | T42Attachment[] | x | An array of identifiers for the attachments to the appointment. |
|
| bcc⚓︎ | T42Contact | T42Contact[] | x | The blind co-recipient(s) of the appointment. |
|
| body⚓︎ | string | x | The body text of the appointment, formatted as a plain string. |
|
| bodyHtml⚓︎ | string | x | The body of the appointment, formatted as an HTML string. |
|
| busyStatus⚓︎ | boolean | x | The busy status of the appointment. |
|
| cc⚓︎ | T42Contact | T42Contact[] | x | The co-recipient(s) of the appointment. |
|
| endTime⚓︎ | Date | x | The end date time of the appointment. |
|
| entityType⚓︎ | number | x | The entity type identifier for the appointment. |
|
| ids⚓︎ | T42Id[] | x | The originator of the appointment. |
|
| location⚓︎ | string | x | The location of the appointment. |
|
| startTime⚓︎ | Date | x | The start date time of the appointment. |
|
| subject⚓︎ | string | x | The subject field of the appointment. |
|
| to⚓︎ | T42Contact | T42Contact[] | x | The primary recipient(s) of the appointment. |