Are you sure that the feed ever worked? It is not in the correct format. The correct format of a calendar feed is:
http://www.google.com/calendar/feeds/userID/visibility/projection Since you are requesting the default, full, private feed, you should be requesting: http://www.google.com/calendar/feeds/default/private/full but you are requesting: http://www.google.com/calendar/feeds/private/full you are missing the userID (default). This feed returns results: http://www.google.com/calendar/feeds/default/private/full?start-min=2008-07-21T00%3A00%3A00.000-04%3A00&start-max=2009-07-21T00%3A00%3A00.000-04%3A00 Ray On Sat, May 2, 2009 at 2:04 PM, John G <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
