iPhone“活动套件” - 如何为提取指定其他搜索过滤器(超出开始/结束日期)?

发布于 2024-10-19 06:40:16 字数 650 浏览 1 评论 0原文

关于 iPhone“Event Kit”:

如何指定其他搜索过滤器(每个 doco )用于获取日历项目,超出了刚刚启动和启动的有限选项。 doco 中提到的结束日期? (例如,所有事件发生在星期一,或标题匹配 xxx)

或者是否除了 predicateForEventsWithStartDate:endDate:calendars: ,因此您需要引入所有事件然后自己迭代它们?

re iPhone 'Event Kit':

How can I specify additional search filters (per doco here) for a fetching calendar items, beyond the limited options of just start & end date mentioned in the doco? (e.g. all events occurring on Mondays, or with title matching xxx)

Or is it a given that there are no such capabilities beyond what is available in predicateForEventsWithStartDate:endDate:calendars: , hence you need to bring in all events and then iterate through them yourself?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

金橙橙 2024-10-26 06:40:16

该文档对您的问题有明确的答案。请参阅 eventsMatchingPredicate: 方法的注释:

谓词 搜索谓词。必须使用 predicateForEventsWithStartDate:endDate:calendars: 方法创建。

由于该方法不允许您提供除要搜索的日期和日历之外的任何其他条件,因此您可以选择这些条件。其他一切都必须通过迭代搜索结果来完成。

The documentation has a clear answer to your question. See the notes for the eventsMatchingPredicate: method:

predicate The search predicate. Must be created with the predicateForEventsWithStartDate:endDate:calendars: method.

Since that method does not allow you to give any other criteria than the dates and the calendars to search in, those are your options. Everything else must be done by iterating over the search results.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文