Contents

eventIdentifier

A unique identifier for the event.

Declaration

var eventIdentifier: String! { get }

Mentioned in

Discussion

You can use this identifier to look up an event with the EKEventStore method event(withIdentifier:).

If the calendar of an event changes, its identifier most likely changes as well.

See Also

Accessing Event Properties