calendar - iCal re-occuring events never end on iPhone -



calendar - iCal re-occuring events never end on iPhone -

i have code generates calendar entries ical file hosted on publicly accessible web-server. here trimmed downwards version:

begin:vcalendar version:2.0 calscale:gregorian method:publish prodid:-//customical//me// x-wr-calname:testing : : (other calendar entries) : begin:vevent dtstart:20120723t140000 duration:pt60m rrule:freq=daily;until=20120806t2359590 location:room 1 summary:daily appointment categories:(none) class:public description:this daily appointment end:vevent : : (other calendar entries) : end:vcalendar

if subscribe through google calendar, calendar entry starts on 23rd july 2012, re-occurs every day , ends 6th august 2012. brilliant.

however, if subscribe straight iphone running ios 6, calendar entry starts on 23rd july 2012, re-occurs every day , never ends!

before write off ios defect (and effort work around not including appointments have expired), there can alter in ical file create iphone correctly end appointment @ right time?

iphone calendar icalendar

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -