On Mon, Sep 14, 2009 at 11:58 AM, AK <[email protected]> wrote: > > Trevor - I'm seeing this and I believe the RRULE looks correct to me: > > DTSTART;TZID=Australia/Perth:20090901T074000 > DTEND;TZID=Australia/Perth:20090901T075000 > RRULE:FREQ=WEEKLY;WKST=MO;BYDAY=MO,TU,WE,TH,FR > > Yet we're getting "Exception during update". >
It's the combination of DTSTART and the RRULE, which is what, I believe is causing google to choke. 1 September 2009 was a Tuesday, the recurrence rule says that the event occurs every Monday. RFC 2445 allows this, and the occurrences should be: Tuesday 1 Sept 2009, Monday 7 Sept 2009, Monday 14 September 2009 ... But google seems to not be able to handle a dtstart outside of the recurrence rules. -- Rick DeNatale Blog: http://talklikeaduck.denhaven2.com/ Twitter: http://twitter.com/RickDeNatale WWR: http://www.workingwithrails.com/person/9021-rick-denatale LinkedIn: http://www.linkedin.com/in/rickdenatale --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
