EKEventAvailability Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Types of availability
public enum EKEventAvailability
type EKEventAvailability =
- Inheritance
-
EKEventAvailability
Fields
Name | Value | Description |
---|---|---|
NotSupported | -1 | Calendar does not provide availability information for events. |
Busy | 0 | Duration of event is reported as busy. |
Free | 1 | Duration of event is reported as free. |
Tentative | 2 | Duration of event is reported as tentative. |
Unavailable | 3 | Duration of event is reported as unavailable. |