Parse .ics data in iPhone project

余生颓废 提交于 2019-12-03 17:33:48

I know it might not be a very helpful answer - posting it because i can't comment on the question, so sorry for that - but ics data files are relatively easily parsable. Open one in a text editor and take a look, i've implemented an ics parser before for exactly what you're trying to do, took me a couple of hours, and trying to get all sorts of libraries to compile used taken me more in a few occasions :)

Found an excellent library for parsing .ics files. There are a whole lot of functions too for other tasks like managing calendar and calendar events.

https://github.com/KiranPanesar/MXLCalendarManager

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!