为 iPhone 创建 VCALENDAR 解析器
我正在创建一个基于日历的应用程序,因为我想将所有详细信息以 VCALENDAR 格式发送到服务器,并以同样的方式需要读取它。
我知道事件套件编程,但使用它我得到一个大字符串,我需要解析它,那么该怎么做呢?
任何人都可以建议我如何为 iPhone 创建/阅读 VCALENDAR 任何示例代码或教程都会有很大的帮助。
提前致谢
I am creating an calendar based application in that I want to send all the details to server in the VCALENDAR formate to the server and in the same way need to read it.
I know the event kit programming but using that I am getting a big string and I need to parse It, so how to do that ?
Can any one suggest me how to create/read VCALENDAR for iPhone any sample code or tutorial will be a great help.
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎您必须按照 RFC 5545 设置的标准来解析它,
您可以在 < a href="http://en.wikipedia.org/wiki/VCalendar#vCalendar_1.0" rel="nofollow noreferrer">维基百科
Seem you have to parse it following the standard set by RFC 5545
You get more in Wikipedia