Enum BookingType
The type of booking the appointment represents
Syntax
BookingType
Fields
| Name | Description |
|---|---|
| Unknown | 0: Unknown - used when initializing |
| None | 1: Single appointment records |
| Owner | 2: Owner of a booking |
| Participant | 3: Participant of a booking |