Editar

Compartir a través de


EKEventAvailability Enum

Definition

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.

Applies to