That seems to be a backend bug on our end. I filed a bug internally, and hopefully this get's fixed soon.

Frank Mantek

On 7/17/06, Jason Davidson <[EMAIL PROTECTED]> wrote:

Has anyone had any success with adding comments to an event? Is it even
possible? I keep getting "Bad Request" (status code 400).

The comment feed for an event contains an post url (inside the link
node with "http://schemas.google.com/g/2005#post " and "href"
attributes), so it makes me think it's possible.

But the post url is the same as the url for the comments feed, and the
alternate url. So maybe it's these url values are just filler values
until the API supports this feature?

If anyone's had any success posting comments to an event, please reply
- I'm stumped. I'm using plain old HTTP requests and here's what I've
tried:

POST
/calendar/feeds/trextor@ gmail.com/private/full/4f7nml276l8f0t913c2pt1fo2c/comments/?gsessionid=74WCyE-nRM0
HTTP/1.0
Host: www.google.com
Authorization: GoogleLogin auth=XXX
Content-Type: application/atom+xml
Content-Length: 412

<?xml version='1.0'?>
        <entry xmlns='http://www.w3.org/2005/Atom '
xmlns:gd='http://schemas.google.com/g/2005'>
        <category scheme='http://schemas.google.com/g/2005#kind '
term='http://schemas.google.com/g/2005#message'/></category>
        <title type='text'>Comment Title</title>
        <content type='html'>Have fun!</content>
        <author>
        <name>Jack Smith</name>
        <email>[EMAIL PROTECTED]</email>
        </author>
        </entry>



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to