On Thu, Apr 03, 2008 at 08:41:53PM -0700, Austin (Google) said: > Perhaps you can look at the packet trace to detect what exactly is > being sent on the wire to the server, to learn how to do that please > go to -
I can't packet trace at the moment because I'm developing on a virtual machine that doesn't give me that kind of access. However I can dump out the HTTP request which looks like POST http://www.google.com/calendar/feeds/simon.wistow%40gmail.com/private/full/6c2vs1npt8tna1 0opd9fj7vb9c/comments?gsessionid=lt91q8kLGhNA1cIIg08ReA Authorization: GoogleLogin auth="deadbeefdeadbeefdeadbeefdeadbeef IHAhfg4BncsYrBBhx1eFENL6Y_ia4Fwj5-n8-IMEsGDiSo1ani3g1CKIXXA1WaEP2-oExhz33EjSOHnACzRz4COiahaUO1 HL9Fv" User-Agent: libwww-perl/5.808 Content-Length: 2904 Content-Type: application/atom+xml; charset=UTF-8 Cookie: S=calendar=decafbaddecafbaddecafbaddecafbad Cookie2: $Version="1" <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss /1.0/" xmlns:gd="http://schemas.google.com/g/2005"> <id>http://www.google.com/calendar/feeds/simon.wistow%40gmail.com/private/full/6c2vs1npt8tna 10opd9fj7vb9c/comments</id> <updated>2008-04-04T23:23:59.461Z</updated> <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/g/2 005#message"/> <title type="text">Comments for: Test attendee event 1207183122</title> <link rel="alternate" type="text/html" href="http://www.google.com/calendar/feeds/simon.wist ow%40gmail.com/private/full/6c2vs1npt8tna10opd9fj7vb9c/comments" title="alternate"/> <link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://w ww.google.com/calendar/feeds/simon.wistow%40gmail.com/private/full/6c2vs1npt8tna10opd9fj7vb9c/ comments"/> <link rel="http://schemas.google.com/g/2005#post" type="application/atom+xml" href="http://w ww.google.com/calendar/feeds/simon.wistow%40gmail.com/private/full/6c2vs1npt8tna10opd9fj7vb9c/ comments"/> <link rel="self" type="application/atom+xml" href="http://www.google.com/calendar/feeds/simo n.wistow%40gmail.com/private/full/6c2vs1npt8tna10opd9fj7vb9c/comments?max-results=25"/> <generator version="1.0" uri="http://www.google.com/calendar">Google Calendar</generator> <openSearch:totalResults>1</openSearch:totalResults> <openSearch:startIndex>1</openSearch:startIndex> <openSearch:itemsPerPage>25</openSearch:itemsPerPage> <entry> <id>http://www.google.com/calendar/feeds/simon.wistow%40gmail.com/private/full/6c2vs1npt8t na10opd9fj7vb9c/comments/tkevviqqrjt9dahfc9au2nora4</id> <published>2008-04-03T00:39:18.000Z</published> <updated>2008-04-03T00:39:18.000Z</updated> <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/g /2005#message"/> <content type="html"><p>Fooooo</p></content> <link rel="self" type="application/atom+xml" href="http://www.google.com/calendar/feeds/si mon.wistow%40gmail.com/private/full/6c2vs1npt8tna10opd9fj7vb9c/comments/tkevviqqrjt9dahfc9au2n ora4"/> <link rel="edit" type="application/atom+xml" href="http://www.google.com/calendar/feeds/si mon.wistow%40gmail.com/private/full/6c2vs1npt8tna10opd9fj7vb9c/comments/tkevviqqrjt9dahfc9au2n ora4/63342866358"/> <author> <name>Simon Wistow</name> <email>[EMAIL PROTECTED]</email> </author> </entry> <atom:entry xmlns:atom="http://www.w3.org/2005/Atom"> <atom:category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google. com/g/2005#message"></atom:category> <atom:content type="text">test comment</atom:content> <atom:author> <atom:name>Simon Wistow</atom:name> <atom:email>[EMAIL PROTECTED]</atom:email> </atom:author> </atom:entry> </feed> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
