I am making an iPhone application and I want to use libical to parse .ics, which is from the .ics file OR from the .ics file location URL.
First, I want to know how I will use libical in my project? How to add it to my iphone project etc. I saw some manuals, but they seem to be specific to OSX projects, not iphone projects.
Secondly, I want to parse event names and their descriptions, so I can store the names / descriptions of events as variables.
I was wondering if this is possible with libical .. if someone would please show me how I can implement this ...
Any information would be greatly appreciated!
Thanks for reading
source
share