将事件添加到 iPhone 应用程序的 iCal 中
我希望能够将医生预约的日期和备注添加到 iPhone 应用程序的日历中。
问题是,我确实有与医生预约的字符串date
和notes
。我必须将这些作为一个事件添加到我的 iPhone 应用程序中的 iCal 中。我该怎么做?
I want to be able to add the date and notes of a doctor's appointment into the calendar in an iPhone app.
The thing is, I do have strings date
and notes
of the appointment with the Doctor. I have to add those as an event into iCal in my iPhone application. How do I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 EventKit 来实现此目的。
请参阅此示例。
You can use EventKit for this.
see this example.