The Documentation states:
- (void)enumerateEventsMatchingPredicate:(NSPredicate *)predicate usingBlock:(EKEventSearchCallback)block
This method is synchronous. For asynchronous behavior, run the method on another thread with dispatch_async or NSOperation.
How do you make this asynchronous, the sentence doesn't really demonstrate it. Could anyone clarify?
Thanks
D :-)
either dispatch it all:
or the callbacks