如何获取本地日历更新回调

How to get local calendar update callback

如果从外部源(其他设备,google)向其添加事件,是否有任何方法可以从 EKEventStoreEKCalendar 接收回调?

所以我有一个听众 EKEventStore

[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveEventStoreChangedNotification:) name:EKEventStoreChangedNotification object:nil];

每次 EventStore 数据更改时都会调用它。