EKEventStore.EventStoreChanged
A notification posted when changes are made to the Calendar or Reminders database.
Declaration
struct EventStoreChangedOverview
Let observation = NotificationCenter.default.addObserver(of: eventStore, for: .changed) { message in … }