gpt4 book ai didi

iOS EventKit 附加谓词

转载 作者:行者123 更新时间:2023-11-29 10:24:23 25 4
gpt4 key购买 nike

我正在构建一个内置了一些 iOS 日历功能的应用程序。用户可以创建事件并将它们发送到他们的 iCal,但我只希望在我的应用程序中创建的事件显示在应用程序的日历上。

我知道我可以使用如下谓词:

NSPredicate *predicate = [_eventStore predicateForEventsWithStartDate:startDate endDate:endDate calendars:preferredAppleCalendars];
NSArray *appleEventsArray = [_eventStore eventsMatchingPredicate:predicate];

但我还有一个 eventIdentifiers 数组,我想将其添加为条件。所以,我想要如上所述来自事件存储的事件,但前提是该事件与我的数组中的事件标识符匹配。这可能吗?

最佳答案

调用 enumerateEventsMatchingPredicate,而不是使用 eventsMatchingPredicate 将所有事件实际提取到数组中。这使您可以进一步过滤结果,只保留您喜欢的结果。记得先进入后台线程!

关于iOS EventKit 附加谓词,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33192522/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com