FYI - I have submitted a bug about this issue.

-Ryan


On Nov 2, 6:37 am, "ucb.rcdtokyo" <[EMAIL PROTECTED]> wrote:
> I am writing a Calendar client web application dedicated to mobile
> devices. Here is a demo of my 
> application.http://www.rcdtokyo.com/etc/gdataapis/gcal/gcal.php?l=en
> I also have written a simple PHP class for GData 
> API.http://www.rcdtokyo.com/etc/gdataapis/
>
> Now I have a question.
>
> I have tried to add a comment in very similar way mentioned in the
> following 
> thread.http://groups.google.com/group/google-calendar-help-dataapi/browse_th...
>
> Now I keep getting "404 Not Found" response while the thread had
> reported "400 Bad Request". Does the backend side still have a problem
> as mentioned in the thread? Or am I missing something?
>
> Here is an example of what I am sending to the server.
>
> POST
> /calendar/feeds/default/private/full/veau3prveq19cugnbapdi161pk/comments
> HTTP/1.1
> Host:www.google.com
> Connection: close
> Authorization: GoogleLogin auth=XXX
> Content-Type: application/atom+xml
> Content-Length: 258
>
> <?xml version="1.0" encoding="UTF-8"?>
> <entry xmlns="http://www.w3.org/2005/Atom";>
> <category
>   scheme="http://schemas.google.com/g/2005#kind";
>   term="http://schemas.google.com/g/2005#message"; />
> <content type="text">This is a test comment.</content>
> </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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to