如何以编程方式在默认日历中创建 iCal 事件?
如何使用 Objective-C 以编程方式在默认日历中创建 iCal 事件?我想检查事件是否已经存在并相应地设置按钮状态。
How can I use Objective-C to programmatically create an iCal event in the default calendar? I want to check whether the event already exists and set the button state accordingly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有关如何使用 Objective-C 以编程方式在默认日历中创建 iCAL 事件的示例。该代码检查事件是否已存在,并相应地设置按钮状态。这是 @codeburger 的代码:
我看到这个问题没有答案,觉得应该对其进行编辑,给出完整的答案感谢@codeburger。
An example of how to programmatically create an iCAL event in the default calendar, using Objective-C. The code checks if the event already exists, and sets the button state accordingly. Here is the code by @codeburger:
I've seen this question with no answer and felt like it should be edited giving full credit to @codeburger.
EKEvent 示例< /a>
sample for EKEvent