有没有办法访问“评论”与 EKEvent 关联?
如果我创建一个 EKEventViewController 并向其传递一个我不是组织者的事件,我会在底部看到一个“添加评论”按钮。
有什么方法可以以编程方式读取或写入此内容吗?我在 EK 文档中看不到任何内容。
欢呼
菲尔
If I create a EKEventViewController and pass it an event for which I am not the organizer, I see an "Add Comments" button at the bottom.
Is there any way to read from or write to this programmatically? I can't see anything in the EK docs.
cheers
Phil
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您正在寻找 EKCalendarItem 的 Notes 属性,EKEvent 是其子类。
http://developer.apple.com/library/ios/#DOCUMENTATION/EventKit/Reference/EKCalendarItemClassRef/Reference/Reference.html#//apple_ref/doc/uid/TP40010882
I believe you are looking for the notes property an an EKCalendarItem, which EKEvent is a subclass of.
http://developer.apple.com/library/ios/#DOCUMENTATION/EventKit/Reference/EKCalendarItemClassRef/Reference/Reference.html#//apple_ref/doc/uid/TP40010882