On Fri, Feb 20, 2009 at 10:39 AM, Peter <[email protected]> wrote: > > See http://code.google.com/p/gdata-java-client/issues/detail?id=92 > > The suggested workaround worked for me > > Work around: > CalendarEventEntry fetchedEntry = service.getEntry(postUrl, > CalendarEventEntry.class); > fetchedEntry.delete(); >
Ah, that explains the problem. I usually work off of a development build, so I see often see bug fixes before they make it out to an official release. Java, please give the workaround Peter mentioned a try and let us know if it works. -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
