>Is the update method sending a PUT to the edit link for each event? >It should look like: >http://www.google.com/calendar/feeds/<calendarID>/private/full/<entryID>/<version>
Yes, the update method is correct. What else can be the reason ? Thanks Kulvinder Singh ----- Original Message ---- From: Kulvinder Singh <[EMAIL PROTECTED]> To: [email protected] Sent: Saturday, September 8, 2007 2:52:20 PM Subject: Re: The remote server returned an error: (400) Bad Request - Invalid Request Uri HI Lane, Thanks for the reply. I am using simply : calendarService.Update(EventEntry) using Google Calendar 1.0.9.9 .NET API Kindly let me know if anything else is helpful. Thanks Kulvinder Singh ----- Original Message ---- From: Lane LiaBraaten (Google) <[EMAIL PROTECTED]> To: Google Calendar Data API <[email protected]> Sent: Friday, September 7, 2007 9:25:52 PM Subject: Re: The remote server returned an error: (400) Bad Request - Invalid Request Uri Hi Kulvinder, Is the update method sending a PUT to the edit link for each event? It should look like: http://www.google.com/calendar/feeds/<calendarID>/private/full/<entryID>/<version> If you post some sample code I can take a closer look. Thanks, Lane On Sep 7, 7:26 am, Kulvinder Singh <[EMAIL PROTECTED]> wrote: > Hi, > > Is there any way to debug why the following error is coming ? > > The remote server returned an error: (400) Bad Request - Invalid Request Uri > > The above error is coming while updating calendar events through .NET > Calendar API 1.0.9.9 > > The calendar Uri is correct since i fetched the autneticated feed of the > events and in all the events, i then updated the Location value and tried to > update them but got the above error for each of them > > Can somebody help ? > > Thanks > Kulvinder Singh > > ____________________________________________________________________________________ > Looking for a deal? Find great prices on flights and hotels with Yahoo! > FareChase.http://farechase.yahoo.com/ Shape Yahoo! in your own image. Join our Network Research Panel today! ____________________________________________________________________________________ Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545469 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
