Contents

status

The status of the event.

Declaration

var status: EKEventStatus { get }

Discussion

You should act based on an event’s status only if the status is EKEventStatus.canceled, which indicates that the event has been canceled. Other statuses should be considered informational.

See Also

Related Documentation

Accessing Event Properties