mike wrote:
> I am receiving an invalid recurrence rule when I create a recurring
> event on Google that is an all day event on July 16 that repeats every
> day until July 16. I know this is a weird case, and why would someone
> do it, but it is allowed to be entered so ...
> When this is done the recurrence rule has no RRULE just a start and an
> end, I have attached the recurrence string received from the Google
> feed.
>   
[I'm assuming that you meant EVENT where you wrote recurrence rule. If 
not, ignore below and please rephrase the question in more detail.]

You are creating an event that recurs zero times. It occurs once, like 
all events, and never recurs. 

An event with rule that says "recur 0 times" is a non-recurring event, 
by definition.

Non-recurring events don't have recurrence rules.

It seems like the following is a valid iCalendar representation of what 
you entered, ignoring timezones.

> BEGIN:VCALENDAR
> BEGIN:VEVENT
> DTSTART;VALUE=DATE:20070716
> DTEND;VALUE=DATE:20070717
> ....
> END:VEVENT
> END:VCALENDAR
>   

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

Reply via email to