gpt4 book ai didi

iphone - 在 EKEventStore 中检索具有特定标题的 EKEvent

转载 作者:塔克拉玛干 更新时间:2023-11-02 10:12:40 24 4
gpt4 key购买 nike

你好,我在 iCloud 上的特定日历中保存了一些 EKEvent,我想检索其中一些具有特定标题的 EKEvent,这可能吗?我看到有这个方法:

eventsMatchingPredicate

但是只有一个谓词:

predicateForEventsWithStartDate:endDate:calendars:

我想为标题找到 EKEvent,知道吗?

最佳答案

我建议您存储事件的 ID,然后使用 EKEventStore 方法获取它 - (EKEvent *)eventWithIdentifier:(NSString *)identifier

编辑:啊哈,现在我明白你的问题了。不幸的是,您可以与 EKEventStore 一起使用的唯一谓词是 - (NSPredicate *)predicateForEventsWithStartDate:(NSDate *)startDate endDate:(NSDate *)endDate calendars:(NSArray *)calendars

因此您必须提供开始日期和结束日期才能获取这些日期之间的事件。获取事件后,您可以使用 NSArray - filteredArrayUsingPredicate: 过滤事件,这样您就可以为其提供带有事件标题的谓词。

关于iphone - 在 EKEventStore 中检索具有特定标题的 EKEvent,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13792929/

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