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]];
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
Post a Comment