如何按日期获取日历事件?
我正在通过此代码在我的设备日历中插入数据。
我想要按日期列出这些活动。
如果我通过了日期并且我想获取事件名称。
提前致谢。
I am inserting data in my device calendar by this code.
i want those events by date.
if i pass date and i want to get event name.
thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,您需要使用 EventKit/EventKitUI 框架。
请参考Apple提供的代码: 此处 此示例演示如何使用 EventKit 和 EventKitUI 框架来访问和编辑日历数据库中的日历数据。
For that you need to use EventKit/EventKitUI framework.
please refer code provided by Apple : Here This sample shows how to use EventKit and EventKitUI frameworks to access and edit calendar data in the Calendar database.