Hi Raj, Sorry for the delay -- not sure if you figured this out, but the problem was a missing an '<author>' element.
Example working entry: <?xml version='1.0' encoding='utf-8'?> <entry xmlns='http://www.w3.org/2005/Atom' xmlns:gd=' http://schemas.google.com/g/2005'> <content type='html'><p>Testing Comments for feed</p></content> <author> <name>Ryan Boyd</name> <email>[EMAIL PROTECTED]</email> </author> </entry> I filed a bug due to the lack of explanation in the error returned-- This error should probably have been a 400 error with a body explaining the missing element. Thanks, -Ryan On 1/15/07, Raj <[EMAIL PROTECTED]> wrote: > > > Hi Ryan, > > I am also attaching the console output when i execute the program. > > > POST > http://www.google.com/calendar/feeds/default/private/full/9nklmjvt6l9q4f1 > kg6seje3krk/comments?gsessionid=hplzeV7osIk HTTP/1.1 > Proxy-authorization: Basic Z2JyNDgzOlN1bmlsLTI5MDUwNQ== > Host: www.google.com > Pragma: no-cache > Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* > Content-Type:application/atom+xml > Authorization:GoogleLogin > Auth=DQAAAG8AAAAIegsj8kKIjsyD5kmGWcKNvwi5xyMLhaH1bwTEE > > lwuZ1fcXi2SfR-RhFjYP7M5SLDX8woviYQ-KAHwbMXigF7nNzATwSj3WXNJzq30_xj6O8NEa7xug_TuM > MZ4tmVq5HA2QyqsZsHTPzqNFIDbSo-- > Content-Length: 171 > > <entry xmlns='http://www.w3.org/2005/Atom' > xmlns:gd='http://schemas.google.com/ > g/2005'><content type='html'><p>Testing Comments for > feed</p></conte > nt></entry>< HTTP/1.1 404 Not Found > < Date: Tue, 16 Jan 2007 06:54:32 GMT > < Content-Length: 141 > < Content-Type: application/atom+xml; charset=UTF-8 > < Cache-Control: private > < Server: GFE/1.3 > < Via: 1.1 netcache252 (NetCache NetApp/5.6.2R1), 1.1 netcache281 > (NetCache NetA > pp/5.6.2R1) > * Connection #0 left intact > * Closing connection #0 > > Hope this helps to resolve my problem quickly. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
