A unique identifier for the event.
SDKs
- iOS 4.0+
- macOS 10.8+
- Mac Catalyst 13.0+
- watchOS 2.0+
Framework
- Event
Kit
Declaration
var eventIdentifier: String! { get }
Discussion
You can use this identifier to look up an event with the EKEventStore method event(with
.
If the calendar of an event changes, its identifier most likely changes as well.