iOS Subscribing to webcal calendars -


i trying programmatically subscribe calendar. got close 2 liner, having issues name. notification more user friendly such "school calendar" instead of url. recommendations going this?

nsstring *url = @"webcal://ems.gonzaga.edu/mastercalendar/icalfeed.aspx?data=f1bm4gjyec5fbiwfbx2iwq%3d%3d"; [[uiapplication sharedapplication] openurl:[nsurl urlwithstring:url]]; 

enter image description here

if control both sides of can use x-wr-calname field in ics file provide friendly name, i'm not aware of way purely on client though.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -