如何在不使用EventkitUI的情况下输入日历中的所有数据? (iPhone)
我最近看到了eventkit框架。
而且我使用成功了。
现在的情况是......
我有所有应该输入eventkit的数据......现在我不想使用uieventkit框架。
我有我的表格视图,其中包含在日历中填充数据所需的所有详细信息。
所以我想在不使用 eventkitUI 的情况下添加所有这些数据。我不想显示 eventkit 的 UI,
谁能告诉我该怎么做?
I recently saw eventkit framework.
And I used it successfully.
now the situation is ...
I have all the data which is suppose to be entered in eventkit ... now I dont want to use the uieventkit framework .
I have my tableview in which all the details which are necessary to fill data in calendar is there .
So I want to add all this data without using eventkitUI . I dont want to show up that UI of eventkit
can anyone tell me how to do this ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个可以帮助您入门的代码片段。您需要使用事件数据填写详细信息。该代码显示了如何添加非重复事件。对于重复事件,您需要添加有关事件重复的其他详细信息。请注意,该代码片段不会释放分配的对象,但您需要像往常一样进行适当的内存管理。
Here is a code snippet to help you starting out. You will need to fill-in the details using your event data. The code shows how to add a non recurring event. For recurring events you will need to add additional details about the event recurrence. Note that the snippet does not release allocated objects but you need to do proper memory management as usual.