EKCalendarEventAvailability Enum

Definition

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

Busy 1

The calendar can provide busy status for its associated events.

Free 2

The calendar can provide free status for its associated events.

None 0

The calendar cannot provide availability 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.

Applies to