I am currently making and iphone app and a big function that i want to incorporate is the ability to subscribe to a calendar.. what i wish to do is to let the user give a URL for where the calendar is held, and from that url i want the app to fetch that calendar and subscribe to it..
i want to know how i can write the code to do this..
so in short my question is..
what code would i write to:
- get .ics file from a URL
- and save/subscribe to this newly fetched .ics calendar file
any help and info would be very much appreciated..