从 iPhone 中的应用程序将数据添加到本机 iPhone 应用程序
如果我开发一个应用程序,我们可以通过它选择日期和时间并输入文本,并且应该为本机手机日历的相应日期和时间添加该文本。有什么办法可以实现这一点吗?
If I develop an app through which we can choose a date and time and enter a text and that text should be added for the corresponding date and time of the native I phone calendar. Is there any way to achieve that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,应该可以使用 EventKit 框架(在 iOS 4.0 中引入)。
EKEvent
是您可能正在寻找的类。Yes, should be possible using the EventKit framework (introduced in iOS 4.0).
EKEvent
is the class you're probably looking for.我用这个代码
I use this code