The status of the event.
SDKs
- iOS 4.0+
- macOS 10.8+
- Mac Catalyst 13.0+
- watchOS 2.0+
Framework
- Event
Kit
Declaration
var status: EKEvent Status { get }
Discussion
You should act based on an event’s status only if the status is EKEvent
, which indicates that the event has been canceled. Other statuses should be considered informational.