EKCalendarEventAvailability 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.
Specifies the types of availability information the calendar is capable of providing for its associated events.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum EKCalendarEventAvailability
type EKCalendarEventAvailability =
- Inheritance
-
EKCalendarEventAvailability
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The calendar cannot provide availability status for its associated events. |
Busy | 1 | The calendar can provide busy status for its associated events. |
Free | 2 | The calendar can provide free status for its associated events. |
Tentative | 4 | The calendar can provide tentative status for its associated events. |
Unavailable | 8 | The calendar can provide unavailable status for its associated events. |