How to use NSScanner to parse .ics file
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: Use a NSURLRequest and NSURLConnection to get an HTTP connection to download the file;