Could someone please show how i could parse a ics file using NSScanner? (Iphone App)
e.g: if the .ics file was at this URL http://www.ibz.com/data/12345.ics (not a real URL!!!)
How would i firstly save the .ics file into my iphone app
and then secondly how would i parse the .ics file using NSScanner??
Please provide code examples..
Code examples to do this completely and well would be quite extensive, and SO isn't the place for large sample applications. With that in mind, the general solutions would be:
If you have more specific questions, you'll probably get much more specific answers - give it a shot and ask more if you get stuck!