Has something happened today to the calendar service app? I have a Java app that I wrote about a year ago for accessing and updating calendar events for an auction service. With the advent of the web app supporting java I have been porting it over to a web application and all has been going fine. Then I got up early this morning (5/2) and it was working. I was making style sheet changes (no changes to java code) and suddenly when I did a screen refresh I got a "Badly formed URI" exception and have been getting that same error all day. Now when I try it I get the same response code back of 400 but it is being reported as a "Invalid UserId private". If I run my Java desktop application which uses the same code to make the request it works with no problem I only seem to be having a problem when running through the App Engine SDK" in my Eclipse environment.
The request I am making if for the list of Events between 2 dates http://www.google.com/calendar/feeds/private/full?start-min=2008-07-21T00%3A00%3A00.000-04%3A00&start-max=2009-07-21T00%3A00%3A00.000-04%3A00 If I make an different request like a list of the calendars owned by the id then it works. Right now it only seems to be giving me the problem on the query for events between dates. I have not been able to test much beyond that since the rest of my app depends on the list of events returned form that query.. Any help would be appreciated. Thank you --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
