Enumeration: EKEventAvailability

Overview

The event’s availability setting for scheduling purposes.

Constant Summary

EKEventAvailabilityNotSupported

Availability settings are not supported by the event’s calendar.available in ios 4.0 and later.declared in ekevent.h.

EKEventAvailabilityBusy

The event has a busy availability setting.available in ios 4.0 and later.declared in ekevent.h.

EKEventAvailabilityFree

The event has a free availability setting.available in ios 4.0 and later.declared in ekevent.h.

EKEventAvailabilityTentative

The event has a tentative availability setting.available in ios 4.0 and later.declared in ekevent.h.

EKEventAvailabilityUnavailable

The event has an unavailable availability setting.available in ios 4.0 and later.declared in ekevent.h.