Mark Swanson wrote: > In October of 2006 I logged a bug about recurring events, and made > multiple postings to this group about it. > > http://code.google.com/p/google-gdata/issues/detail?id=25&can=2&q= > > I stopped posting examples of RRULEs that Google fails to parse in > Decembre 2006. I was under the assumption that these would be addressed > shortly. It seems I was wrong. > The example in that bug does not work because Google does not support custom time zones, see response to your other bug, http://code.google.com/p/google-gdata/issues/detail?id=27&can=2&q=
> There are several classes of recurring events that are very common. > Here's an example: > > RRULE:FREQ=YEARLY;BYMONTH=5;BYMONTHDAY=3 > > Google can not parse this. So Google can not support birthdays in this > format. > I was able to create an event with exactly that rule. Here is the full event: BEGIN:VEVENT DTSTART;VALUE=DATE:20070503 DTEND;VALUE=DATE:20070504 RRULE:FREQ=YEARLY;BYMONTH=5;BYMONTHDAY=3 DTSTAMP:20070513T073124Z ORGANIZER;CN=Ray Baxter:MAILTO:[EMAIL PROTECTED] UID:[EMAIL PROTECTED] CLASS:PUBLIC CREATED:20070513T073123Z DESCRIPTION: LAST-MODIFIED:20070513T073123Z SEQUENCE:0 STATUS:CONFIRMED SUMMARY:HYPO YYYY TRANSP:OPAQUE CATEGORIES:http://schemas.google.com/g/2005#event END:VEVENT I created this event by hand editing an *.ics file and then syncing it to Google via GCALDaemon, but I have also been able to enter yearly events through the UI. Could you post the full event that you are trying to create? Ray --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
