Hi Mike, I tried that recurrence rule and didn't have a problem. However, I have a couple ideas:
1) Sanity check - I did get the Bad Request when I initially copied your rule and didn't include \r\n at the end of each line. 2) There is a known issue where recurring event requests intermittently fail: http://code.google.com/support/bin/answer.py?answer=55841&query=recurrence&topic=&type= Are you getting the error consistently? If you're still stuck on this feel free to post some sample code. Cheers, Lane On May 4, 11:19 am, mike <[EMAIL PROTECTED]> wrote: > When I try to craete a new recurring event in Google calendrs throught > the API, I get the following error when I have the until field set. > > java.util.concurrent.ExecutionException: > com.google.gdata.util.InvalidEntryException: Bad Request > Failed to process recurrence rule > > The recurrence rule I am setting in the > CalendarEventEntry.setRecurrence > > RRULE:FREQ=DAILY;INTERVAL=1;UNTIL=20070519T120059Z > DTSTART;TZID=America/Los_Angeles;VALUE=DATE-TIME:20070513T040000 > DTEND;TZID=America/Los_Angeles;VALUE=DATE-TIME:20070513T050059 > > The same rule without the UNTIL has no problems. > > Any Ideas? > > Mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
