FreeBusyType Enumeration
This enumerated type defines the various free/busy types for the
FreeBusyProperty class
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
[SerializableAttribute]
public enum FreeBusyType
<SerializableAttribute>
Public Enumeration FreeBusyType
[SerializableAttribute]
public enum class FreeBusyType
[<SerializableAttribute>]
type FreeBusyType
None | 0 | No type specified |
Free | 1 | Represents free time |
Busy | 2 | Represents busy time |
BusyUnavailable | 3 | Represents busy (unavailable) time |
BusyTentative | 4 | Represents tentative busy time |
Other | 5 | Indicates some other type of busy/free time |