I am trying to programmatically subscribe to a calendar. I got fairly close with my two liner, but now I am having issues with the name. I would like the notification to say something more user friendly such as "School Calendar" instead of the URL. Any recommendations for going about this?
NSString *url = @"webcal://ems.gonzaga.edu/MasterCalendar/iCalFeed.aspx?data=f1bM4GJyEC5fBiWFbx2IWQ%3d%3d";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:url]];