If I create an event with a RRULE:FREQ=YEARLY;BYMONTHDAY=21 recurrence
rule, Google Calendar shows the event occurring every month.
For example, create this event:
<entry xmlns:app="http://purl.org/atom/app#" xmlns:gd="http://
schemas.google.com/g/2005" xmlns:gCal="http://schemas.google.com/gCal/
2005" xmlns:batch="http://schemas.google.com/gdata/batch"
xmlns="http://www.w3.org/2005/Atom">
<gd:transparency value="http://schemas.google.com/g/
2005#event.opaque"></gd:transparency>
<gd:recurrence>DTSTART;VALUE=DATE:20080321
DTEND;VALUE=DATE:20080322
RRULE:FREQ=YEARLY;COUNT=51;BYMONTHDAY=21
</gd:recurrence>
<gd:extendedProperty value="0E8D0CBF-7340-4C86-9276-
F1FA26660F45" name="busymac.com#uid"></gd:extendedProperty>
<title>Susie's Birthday</title>
<content type="text"></content>
<category scheme="http://schemas.google.com/g/2005#kind"
term="http://schemas.google.com/g/2005#event"></category>
</entry>
Look at it in Google Calendar. You'll see the event occurring on the
21st of each month. It should repeat yearly.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---