Without doing more research into the validity of the rule, I tried
creating an event in the calendar UI that repeats yearly on April 1st
indefinitely.

This is the rule it generated:
    DTSTART;TZID=America/Los_Angeles:20070401T080000
    DTEND;TZID=America/Los_Angeles:20070401T090000
    RRULE:FREQ=YEARLY;WKST=SU

My first inclination would be try try using an end-date (UNTIL)
instead of 'COUNT=10', as end-dates are what are used in the Calendar
UI  instead of a count.  Something like:
    DTSTART;TZID=Europe/Berlin:20070519T090000
    DTEND;TZID=Europe/Berlin:20070519T100000
    RRULE:FREQ=YEARLY;UNTIL=20170519T160000Z;WKST=SU

Check this type of rule out and let me know if it solves the problem
you're experiencing.  If so, I think filing a bug to ask the calendar
servers to make this translation transparent would make sense, unless
you have a different path you'd like to see for this issue?

Cheers,
-Ryan



On Apr 1, 12:17 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Hi all!
>
> I create a recurring event using the following recurrence rule:
>
> <gd:recurrence>DTSTART;TZID=Europe/Berlin:20070519T090000
> DURATION:PT1H
> RRULE:FREQ=YEARLY;COUNT=10;
> </gd:recurrence>
>
> The event shows up fine every year on the given date, but when I edit
> this event in the Calendar directly, it shows up like 
> this:http://schlitt.info/misc/google_calendar_recurring_issue.png
>
> Is there anything wrong with my recurrence definition or is this an
> issue with Google Calendar itself?
>
> TIA for any hint!
> Toby


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to