Lane,

I removed the time from the UNTIL and I now get the following error.

 com.google.gdata.util.InvalidEntryException: Bad Request
Failed to process recurrence rule

        at
com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(Unknown
Source)
        at
com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(Unknown
Source)
        at
com.google.gdata.client.http.HttpGDataRequest.checkResponse(Unknown
Source)
        at com.google.gdata.client.http.HttpGDataRequest.execute(Unknown
Source)
        at com.google.gdata.client.http.GoogleGDataRequest.execute(Unknown
Source)
        at com.google.gdata.client.Service.update(Unknown Source)
        at com.google.gdata.client.GoogleService.update(Unknown Source)
        at
com.calgoo.synchronizer.google.GoogleSaveTask.update(GoogleSaveTask.java:
209)
        at
com.calgoo.synchronizer.AbstractSaveTask.call(AbstractSaveTask.java:
66)
        at
com.calgoo.synchronizer.AbstractSaveTask.call(AbstractSaveTask.java:1)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
        at java.util.concurrent.FutureTask.run(FutureTask.java:123)
        at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:650)
        at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:675)


The recurrence rule I am sending is as follows.

DTSTART;TZID=America/Los_Angeles:20070826T120000
DTEND;TZID=America/Los_Angeles:20070826T165900
RRULE:FREQ=DAILY;INTERVAL=1;UNTIL=20070830;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:19701101T020000
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD


Any ideas on why this error is showing up,

Thank you,

Mike

On Jul 19, 9:07 am, "Lane LiaBraaten (Google)"
<[EMAIL PROTECTED]> wrote:
> Hi Mike,
>
> I found a related issue in another 
> thread:http://groups.google.com/group/google-calendar-help-dataapi/browse_th...
>
> The solution there was to only include the date in the UNTIL field,
> leaving off the T and time value that follows.  If this doesn't help,
> please post the entry that's causing the problem.
>
> Cheers
> Lane
>
> On Jul 17, 5:00 pm, mike <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi,
>
> > I create a new event with a recurrence of weekly on Saturday and
> > starting on July 7 and it has no end date. I save the event to Google
> > and everything appears fine. I then make a change to the event locally
> > in my application, where I now define July 28 as the until value for
> > the recurring event, and then save it to Google. The event only
> > appears on the first occurrence (July 7) within the month/week/day
> > view, but when I view the details it says it repeats weekly, every
> > Saturday, until July 28. So the event is being saved properly but is
> > not being displayed properly.
>
> > Any ideas on how to make it appear appropriately?
>
> > Thank you,
>
> > Mike- Hide quoted text -
>
> - Show quoted text -


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