I am trying to both parse and generate UNTIL dates properly in recurrences, but the RFCs seem vague on this.
Here are THREE appointments all daily recurring from Monday through Friday with different UNTIL dates, yet all three are supposed to end on Friday. How am I supposed to figure out the rule to know what the real end date is? (USC Human Factors Course) Recurrence Rule: DTSTART;TZID=America/ Los_Angeles:20090323T080000 DTEND;TZID=America/Los_Angeles:20090323T160000 RRULE:FREQ=DAILY;WKST=MO;UNTIL=20090328 (Test) Recurrence Rule: DTSTART;TZID=America/Chicago:20090323T080000 DTEND;TZID=America/Chicago:20090323T160000 RRULE:FREQ=DAILY;UNTIL=20090327T130000Z;WKST=MO So in the first case its the end date +1, but in my case its the end date + 13 hours. (Test 2) Recurrence Rule: DTSTART;VALUE=DATE:20090323 DTEND;VALUE=DATE:20090325 RRULE:FREQ=DAILY;UNTIL=20090327;WKST=MO --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
