如何使用 iphone sdk 将我的 iphone 应用程序日历同步到内置日历中的 iphone?
目前我正在开发 iPhone 的日历应用程序。在这个项目中,我必须将我的应用程序日历同步到内置日历中的 iPhone。
我创建了一个类似于 iPhone 内置日历的日历视图,但我们也可以放置带有日期的图像来识别该日期的事件。
我想在我的应用程序的日历上添加一个事件,它也会显示在 iPhone 上的内置日历中。
请指导我,寻求解决方案。
提前致谢。
Currently I am working on Calendar Application for iPhone. In this project i have to sync my application calendar to iphone in built calendar.
I created a calendar view which is similar to iPhone in built calendar but we can also place images with the date for recognize the event for this date.
I want to add an event on my application's calendar and it is also show on iphone in built calendar.
Please guide me, for the solution.
Thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Apple 通过 Event Kit 提供此功能。
请参阅事件工具包编程指南。
Apple provides this capability through Event Kit.
Refer to the Event Kit Programming Guide.