I'm trying to enable my app to receive a notification each time the event store changes.
The documentation for EKEventStore at https://developer.apple.com/reference/eventkit/ekeventstore shows the following:
static let EKEventStoreChanged: NSNotification.Name
What does that mean? How do I use that information?