Okay, so I created a dummy account to try this out on. Here's what I did so far:
1.) The delete request didn't work on the dummy account either so just to confirm that there isn't something wrong with my primary account. 2.) I followed your instructions to get a packet capture and I'm including the output below: 3.) I also tried your suggestion for overriding the Delete request with: GDataGAuthRequestFactory authFactory = this.factory as GDataGAuthRequestFactory; authFactory.MethodOverride = true; But this generated the compile error: "error CS0026: Keyword `this' is not valid in a static property, static method, or static field initializer" 4.) According to the mono website, I should be using .net 1.1 . I'm not really sure how to confirm this, but I'll just trust the website for now. Here's the packet capture output that I got from Ethereal. Nothing is jumping out to me as being wrong, but I'm no expert at this. :) GET /calendar/feeds/[EMAIL PROTECTED]/private/full?q=Tennis HTTP/1.1 Content-Type: application/atom+xml; charset=UTF-8 User-Agent: something GDataGAuth-CS/1.0.0 Authorization: GoogleLogin auth=**** Host: www.google.com HTTP/1.1 200 OK Content-Type: application/atom+xml; charset=UTF-8 Last-Modified: Tue, 03 Apr 2007 00:38:00 GMT Cache-Control: max-age=0, must-revalidate, private Transfer-Encoding: chunked Date: Tue, 03 Apr 2007 00:50:06 GMT Server: GFE/1.3 802 <?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' xmlns:gCal=' http://schemas.google.com/gCal/2005'><id> http://www.google.com/calendar/feeds/ekun83%40gmail.com/private/full </id><updated>2007-04-03T00:38:00.000Z</updated><category scheme=' http://schemas.google.com/g/2005#kind' term=' http://schemas.google.com/g/2005#event'></category><title type='text'>E Kun</title><subtitle type='text'>E Kun</subtitle><link rel=' http://schemas.google.com/g/2005#feed' type='application/atom+xml' href=' http://www.google.com/calendar/feeds/ekun83%40gmail.com/private/full'></link><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='http://www.google.com/calendar/feeds/ekun83%40gmail.com/private/full'></link><link rel='self' type='application/atom+xml' href=' http://www.google.com/calendar/feeds/ekun83%40gmail.com/private/full?q=Tennis&max-results=25'></link><author><name>E Kun</name><email>[EMAIL PROTECTED]</email></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><open earch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><gCal:timezone value='America/Los_Angeles'></gCal:timezone><entry><id> http://www.google.com/calendar/feeds/ekun83%40gmail.com/private/full/acg9rbk175j8gcak30pf05vfeo </id><published>2007-04-03T00:38:00.000Z </published><updated>2007-04-03T00:38:00.000Z</updated><category scheme=' http://schemas.google.com/g/2005#kind' term=' http://schemas.google.com/g/2005#event'></category><title type='text'>tennis</title><content type='text'></content><link rel='alternate' type='text/html' href=' http://www.google.com/calendar/event?eid=YWNnOXJiazE3NWo4Z2NhazMwcGYwNXZmZW8gZWt1bjgzQG0' title='alternate'></link><link rel='self' type='application/atom+xml' href=' http://www.google.com/calendar/feeds/ekun83%40gmail.com/private/full/acg9rbk175 38a j8gcak30pf05vfeo'></link><link rel='edit' type='application/atom+xml' href=' http://www.google.com/calendar/feeds/ekun83%40gmail.com/private/full/acg9rbk175j8gcak30pf05vfeo/63311243880'></link><author><name>E Kun</name><email>[EMAIL PROTECTED]</email></author><gd:transparency value=' http://schemas.google.com/g/2005#event.transparent'></gd:transparency><gd:comments><gd:feedLink href=' http://www.google.com/calendar/feeds/ekun83%40gmail.com/private/full/acg9rbk175j8gcak30pf05vfeo/comments'></gd:feedLink></gd:comments><gd:visibility value='http://schemas.google.com/g/2005#event.default'></gd:visibility><gCal:sendEventNotifications value='false'></gCal:sendEventNotifications><gd:eventStatus value=' http://schemas.google.com/g/2005#event.confirmed'></gd:eventStatus><gd:when startTime='2007-04-10' endTime='2007-04-11'><gd:reminder minutes='10'></gd:reminder></gd:when><gd:where></gd:where></entry></feed> 0 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
