summaryrefslogtreecommitdiff
path: root/gdata/tests/traces/calendar
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2015-05-06 23:22:34 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2015-05-06 23:26:24 +0100
commit62163529e974304933208a73bca98fe9f6a4484b (patch)
tree5e2b22f601266f74b1ac3d7b5ad4ee444cda3f5b /gdata/tests/traces/calendar
parente24d9c4ceb2638d85e09fcdc6b9f39fc4c1579da (diff)
downloadlibgdata-62163529e974304933208a73bca98fe9f6a4484b.tar.gz
tests: Update and re-enable the majority of Calendar unit tests
The ACL tests remain disabled, pending porting the ACL implementation to v3 of the API. The batch tests have been removed completely, as the API no longer supports batch operations.
Diffstat (limited to 'gdata/tests/traces/calendar')
-rw-r--r--gdata/tests/traces/calendar/authentication38
-rw-r--r--gdata/tests/traces/calendar/batch284
-rw-r--r--gdata/tests/traces/calendar/batch-async71
-rw-r--r--gdata/tests/traces/calendar/batch-async-cancellation0
-rw-r--r--gdata/tests/traces/calendar/event-insert127
-rw-r--r--gdata/tests/traces/calendar/event_insert-async127
-rw-r--r--gdata/tests/traces/calendar/event_insert-async-cancellation218
-rw-r--r--gdata/tests/traces/calendar/global-authentication38
-rw-r--r--gdata/tests/traces/calendar/query-all-calendars188
-rw-r--r--gdata/tests/traces/calendar/query-all-calendars-async-progress-closure188
-rw-r--r--gdata/tests/traces/calendar/query-events183
-rw-r--r--gdata/tests/traces/calendar/query-events-async-progress-closure183
-rw-r--r--gdata/tests/traces/calendar/query-own-calendars160
-rw-r--r--gdata/tests/traces/calendar/query-own-calendars-async-progress-closure160
-rw-r--r--gdata/tests/traces/calendar/query_all_calendars-async188
-rw-r--r--gdata/tests/traces/calendar/query_all_calendars-async-cancellation425
-rw-r--r--gdata/tests/traces/calendar/query_events-async183
-rw-r--r--gdata/tests/traces/calendar/query_events-async-cancellation353
-rw-r--r--gdata/tests/traces/calendar/query_own_calendars-async160
-rw-r--r--gdata/tests/traces/calendar/query_own_calendars-async-cancellation397
-rw-r--r--gdata/tests/traces/calendar/setup-batch-async75
-rw-r--r--gdata/tests/traces/calendar/setup-query-calendars180
-rw-r--r--gdata/tests/traces/calendar/setup-query-events352
-rw-r--r--gdata/tests/traces/calendar/setup-temp-calendar90
-rw-r--r--gdata/tests/traces/calendar/teardown-batch-async65
-rw-r--r--gdata/tests/traces/calendar/teardown-insert-event75
-rw-r--r--gdata/tests/traces/calendar/teardown-query-calendars146
-rw-r--r--gdata/tests/traces/calendar/teardown-query-events225
-rw-r--r--gdata/tests/traces/calendar/teardown-temp-calendar73
29 files changed, 2065 insertions, 2887 deletions
diff --git a/gdata/tests/traces/calendar/authentication b/gdata/tests/traces/calendar/authentication
index b6bb8ba0..6eb94ade 100644
--- a/gdata/tests/traces/calendar/authentication
+++ b/gdata/tests/traces/calendar/authentication
@@ -1,27 +1,35 @@
-> POST /accounts/ClientLogin HTTP/1.1
-> Soup-Debug-Timestamp: 1375202659
-> Soup-Debug: SoupSession 1 (0x65a3f0), SoupMessage 1 (0x8c2aa0), SoupSocket 1 (0x775190)
-> Host: www.google.com
+> POST /o/oauth2/token HTTP/1.1
+> Soup-Debug-Timestamp: 1430947656
+> Soup-Debug: SoupSession 1 (0x1b2f370), SoupMessage 1 (0x1d1f290), SoupSocket 1 (0x1aee1e0)
+> Host: accounts.google.com
> Content-Type: application/x-www-form-urlencoded
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
>
-> accountType=HOSTED%5FOR%5FGOOGLE&Email=libgdata%2Etest%40gmail%2Ecom&Passwd=gdata%2Dgdata&service=cl&source=ytapi%2DGNOME%2Dlibgdata%2D444fubtt%2D0
+> client_id=352818697630-nqu2cmt5quqd6lr17ouoqmb684u84l1f.apps.googleusercontent.com&client_secret=-fA4pHQJxR3zJ-FyAMPQsikg&code=4%2F5roW7EwRf0CZ1gyvGE5pzN3ZoeccA-axrzP6sWDyRQo.0uwUXCB_LWUXoiIBeO6P2m8gykBWmgI&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&grant_type=authorization_code
< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202659
-< Soup-Debug: SoupMessage 1 (0x8c2aa0)
-< Content-Type: text/plain
-< Cache-control: no-cache, no-store
+< Soup-Debug-Timestamp: 1430947656
+< Soup-Debug: SoupMessage 1 (0x1d1f290)
+< Content-Type: application/json; charset=utf-8
+< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
< Pragma: no-cache
-< Expires: Mon, 01-Jan-1990 00:00:00 GMT
-< Date: Tue, 30 Jul 2013 16:44:19 GMT
+< Expires: Fri, 01 Jan 1990 00:00:00 GMT
+< Date: Wed, 06 May 2015 21:27:36 GMT
+< Content-Disposition: attachment; filename="json.txt"; filename*=UTF-8''json.txt
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
+< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
-< Content-Length: 947
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
+< Transfer-Encoding: chunked
<
-< SID=DQAAANMAAABni88bXxZ1ccsGiahuDBcUANdzR1_t9LLvGG9u1tftUaxTNn5uYrL7pK0SxO5N4YQTnQo3wWRMOvZ7WibZnqTrdbujl3auw3aR6GopooEdkIbl3AW-nzqLMVV5H2-lJyLAoDy0JI9LrTqMzfHK__wyjX1wLNw2SsOLHvxQNrJIcreZmjwhc1e9gf0pmit9hi-l1Le2elhYOA_hgrDJsaP7RPcWI9z43ChrwrRePGs98EWqsbPKbvnJ5hDaGoJenxPkVbmkDkygonaYAF8p49cJdMdf1K78PDRWneUi-EOhXw
-< LSID=DQAAANYAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NhfZPNsQA4-wCB9yNVSjD2OSfMCPhH3Xs8jODVeKSaxR9rNyoxz3445acEnNK_XNXQlUcw7p2bTZYV6ghIrJ8z45VlzXfBRUNNO9TPseJK9VrmxUIHmOkvNZZ10oK-3LJObEvrgvdyw_zTWrcDbxNXmow71hStFy7AnYhPQy7fu6OgbJrYjI6zWgrqRTE0CZvLi2-XO-6aXzxT9Oeu6vOZFxAAeL67CkRbJBrRmpdw9vNQ
-< Auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJqhwGTJiPfQy7n4GJvb7i8UOzHL636SKX_8vyXlmm4pzU7wrlPZz9XRazxavg3y4lNg0_BRb7j6kj60hIJBRQEg
+< {
+< "access_token" : "ya29.awEMF6KA71utmWG8UXC3SWqF_JypKjJC-lyadkqa3NMq6_YhPB_fmzK3AFB8IcdcusuEBsxxW4t2rg",
+< "token_type" : "Bearer",
+< "expires_in" : 3600,
+< "refresh_token" : "1/BPLUSijlnWFRWfijKd_CU6AkB4xyvtXqaoMV-EfDISA"
+< }
diff --git a/gdata/tests/traces/calendar/batch b/gdata/tests/traces/calendar/batch
deleted file mode 100644
index ca64c0b4..00000000
--- a/gdata/tests/traces/calendar/batch
+++ /dev/null
@@ -1,284 +0,0 @@
-> POST /calendar/feeds/default/private/full/batch HTTP/1.1
-> Soup-Debug-Timestamp: 1375202660
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 1 (0x8c2c80), SoupSocket 1 (0x775250)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
->
-> <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Batch operation feed</title><id>batch1</id><updated>2013-07-30T16:44:19Z</updated><entry><title type='text'>Fooish Bar</title><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><batch:id>1</batch:id><batch:operation type='insert'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/></entry></feed>
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202660
-< Soup-Debug: SoupMessage 1 (0x8c2c80)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:44:21 GMT
-< Set-Cookie: S=calendar=4LvMt86R18ABPUk3arm6EQ;Expires=Tue, 13-Aug-2013 10:27:30 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:44:20 GMT
-< Date: Tue, 30 Jul 2013 16:44:20 GMT
-< Location: https://www.google.com/calendar/feeds/default/private/full/batch?gsessionid=4LvMt86R18ABPUk3arm6EQ
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/private/full/batch?gsessionid=4LvMt86R18ABPUk3arm6EQ">here</A>.
-< </BODY>
-< </HTML>
-
-> POST /calendar/feeds/default/private/full/batch?gsessionid=4LvMt86R18ABPUk3arm6EQ HTTP/1.1
-> Soup-Debug-Timestamp: 1375202660
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 1 (0x8c2c80), SoupSocket 2 (0x775310), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-> Content-Length: 740
->
-> <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Batch operation feed</title><id>batch1</id><updated>2013-07-30T16:44:19Z</updated><entry><title type='text'>Fooish Bar</title><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><batch:id>1</batch:id><batch:operation type='insert'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/></entry></feed>
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202663
-< Soup-Debug: SoupMessage 1 (0x8c2c80)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_q4NwI2V8UT-SSEMjiblkY8jTSCIGQJCo_ZFavemirrG0G2jzg3jjEVC3CQauPSZoNTFtDCw6Eu1-1S6nOyDK2J9zwLcpKLPHGuWk8fzL5JjKgN0Z0HbdhVtGaldMU2XCoc4_I0dsAZNFNzMl12pQ2IhlOpKYk_syrjXgbEIFWB07e6wSu6Mp1XswtWQL95nokCfWJkTHf4YGsR2zpy2736UplfLIVHDJLz7fiJzKG-5nUmoz2a5jdwopbkQ6flW44tTL7okPm_2Y6nqlPi74Mg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:44:22 GMT
-< Set-Cookie: S=calendar=ZkM_e8YXKtPZ2ge_4rCuLg;Expires=Sun, 11-Aug-2013 20:52:42 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:44:23 GMT
-< Date: Tue, 30 Jul 2013 16:44:23 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< GData-Version: 2.6
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:gd='http://schemas.google.com/g/2005' gd:kind='calendar#eventFeed'><id>https://www.google.com/calendar/feeds/default/events/batch/1375202661105</id><updated>2013-07-30T16:44:23.960Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title type='text'>Batch operation feed</title><entry xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' gd:etag='&quot;EEUCQgxHfyp7JGA6WhNS&quot;' gd:kind='calendar#event'><id>http://www.google.com/calendar/feeds/default/events/86gfb05as8mshg1642j3uajt4g</id><published>2013-07-30T16:44:21.000Z</published><updated>2013-07-30T16:44:21.000Z</updated><app:edited>2013-07-30T16:44:21.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Fooish Bar</title><content/><link rel='alternate' type='text/html' href='https://www.google.com/calendar/event?eid=ODZnZmIwNWFzOG1zaGcxNjQyajN1YWp0NGcgbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/86gfb05as8mshg1642j3uajt4g'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/86gfb05as8mshg1642j3uajt4g'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><gd:comments><gd:feedLink href='https://www.google.com/calendar/feeds/default/private/full/86gfb05as8mshg1642j3uajt4g/comments'/></gd:comments><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:where valueString=''/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:when endTime='2013-07-30T17:44:21.000+01:00' startTime='2013-07-30T17:44:21.000+01:00'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gCal:anyoneCanAddSelf value='false'/><batch:id>1</batch:id><batch:operation type='insert'/><batch:status code='201' reason='Created'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanModify value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:sequence value='0'/><gCal:uid value='86gfb05as8mshg1642j3uajt4g@google.com'/></entry></feed>
-
-> POST /calendar/feeds/default/private/full/batch HTTP/1.1
-> Soup-Debug-Timestamp: 1375202664
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 2 (0x8c2aa0), SoupSocket 3 (0x775490)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
->
-> <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Batch operation feed</title><id>batch1</id><updated>2013-07-30T16:44:23Z</updated><entry><title type='text'>Batch operation query</title><id>http://www.google.com/calendar/feeds/default/events/86gfb05as8mshg1642j3uajt4g</id><updated>2013-07-30T16:44:23Z</updated><batch:id>2</batch:id><batch:operation type='query'/></entry><entry><title type='text'>Cow Lunch</title><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><batch:id>1</batch:id><batch:operation type='insert'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/></entry></feed>
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202664
-< Soup-Debug: SoupMessage 2 (0x8c2aa0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:44:25 GMT
-< Set-Cookie: S=calendar=AcLu8STuYTVBNjV7HtOtVA;Expires=Sat, 10-Aug-2013 03:16:01 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:44:24 GMT
-< Date: Tue, 30 Jul 2013 16:44:24 GMT
-< Location: https://www.google.com/calendar/feeds/default/private/full/batch?gsessionid=AcLu8STuYTVBNjV7HtOtVA
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/private/full/batch?gsessionid=AcLu8STuYTVBNjV7HtOtVA">here</A>.
-< </BODY>
-< </HTML>
-
-> POST /calendar/feeds/default/private/full/batch?gsessionid=AcLu8STuYTVBNjV7HtOtVA HTTP/1.1
-> Soup-Debug-Timestamp: 1375202664
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 2 (0x8c2aa0), SoupSocket 4 (0x775550), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-> Content-Length: 981
->
-> <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Batch operation feed</title><id>batch1</id><updated>2013-07-30T16:44:23Z</updated><entry><title type='text'>Batch operation query</title><id>http://www.google.com/calendar/feeds/default/events/86gfb05as8mshg1642j3uajt4g</id><updated>2013-07-30T16:44:23Z</updated><batch:id>2</batch:id><batch:operation type='query'/></entry><entry><title type='text'>Cow Lunch</title><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><batch:id>1</batch:id><batch:operation type='insert'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/></entry></feed>
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202666
-< Soup-Debug: SoupMessage 2 (0x8c2aa0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:44:26 GMT
-< Set-Cookie: S=calendar=rxTVcnHI7NG71oHtESDSOg;Expires=Mon, 12-Aug-2013 19:58:12 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:44:26 GMT
-< Date: Tue, 30 Jul 2013 16:44:26 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< GData-Version: 2.6
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:gd='http://schemas.google.com/g/2005' gd:kind='calendar#eventFeed'><id>https://www.google.com/calendar/feeds/default/events/batch/1375202665066</id><updated>2013-07-30T16:44:26.255Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title type='text'>Batch operation feed</title><entry xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' gd:etag='&quot;EEUCQgxHfyp7JGA6WhNS&quot;' gd:kind='calendar#event'><id>http://www.google.com/calendar/feeds/default/events/86gfb05as8mshg1642j3uajt4g</id><published>2013-07-30T16:44:21.000Z</published><updated>2013-07-30T16:44:21.000Z</updated><app:edited>2013-07-30T16:44:21.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Fooish Bar</title><content/><link rel='alternate' type='text/html' href='https://www.google.com/calendar/event?eid=ODZnZmIwNWFzOG1zaGcxNjQyajN1YWp0NGcgbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/86gfb05as8mshg1642j3uajt4g'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/86gfb05as8mshg1642j3uajt4g'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><gd:comments><gd:feedLink href='https://www.google.com/calendar/feeds/default/private/full/86gfb05as8mshg1642j3uajt4g/comments'/></gd:comments><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:where valueString=''/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:when endTime='2013-07-30T17:44:21.000+01:00' startTime='2013-07-30T17:44:21.000+01:00'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gCal:anyoneCanAddSelf value='false'/><batch:id>2</batch:id><batch:operation type='query'/><batch:status code='200' reason='Success'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanModify value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:sequence value='0'/><gCal:uid value='86gfb05as8mshg1642j3uajt4g@google.com'/></entry><entry xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' gd:etag='&quot;EEUCQgxHeyp7JGA6WhNS&quot;' gd:kind='calendar#event'><id>http://www.google.com/calendar/feeds/default/events/g6pl8ihvj81ak1gak2n91m4468</id><published>2013-07-30T16:44:25.000Z</published><updated>2013-07-30T16:44:25.000Z</updated><app:edited>2013-07-30T16:44:25.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Cow Lunch</title><content/><link rel='alternate' type='text/html' href='https://www.google.com/calendar/event?eid=ZzZwbDhpaHZqODFhazFnYWsybjkxbTQ0NjggbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/g6pl8ihvj81ak1gak2n91m4468'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/g6pl8ihvj81ak1gak2n91m4468'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><gd:comments><gd:feedLink href='https://www.google.com/calendar/feeds/default/private/full/g6pl8ihvj81ak1gak2n91m4468/comments'/></gd:comments><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:where valueString=''/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:when endTime='2013-07-30T17:44:25.000+01:00' startTime='2013-07-30T17:44:25.000+01:00'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gCal:anyoneCanAddSelf value='false'/><batch:id>1</batch:id><batch:operation type='insert'/><batch:status code='201' reason='Created'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanModify value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:sequence value='0'/><gCal:uid value='g6pl8ihvj81ak1gak2n91m4468@google.com'/></entry></feed>
-
-> POST /calendar/feeds/default/private/full/batch HTTP/1.1
-> Soup-Debug-Timestamp: 1375202666
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 3 (0x8c29b0), SoupSocket 5 (0x775610)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
->
-> <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Batch operation feed</title><id>batch1</id><updated>2013-07-30T16:44:26Z</updated><entry xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:app='http://www.w3.org/2007/app' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='&quot;EEUCQgxHeyp7JGA6WhNS&quot;'><title type='text'>Toby</title><id>http://www.google.com/calendar/feeds/default/events/g6pl8ihvj81ak1gak2n91m4468</id><updated>2013-07-30T16:44:25Z</updated><published>2013-07-30T16:44:25Z</published><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><link href='https://www.google.com/calendar/event?eid=ZzZwbDhpaHZqODFhazFnYWsybjkxbTQ0NjggbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate' rel='http://www.iana.org/assignments/relation/alternate' type='text/html'/><link href='https://www.google.com/calendar/feeds/default/private/full/g6pl8ihvj81ak1gak2n91m4468' rel='http://www.iana.org/assignments/relation/self' type='application/atom+xml'/><link href='https://www.google.com/calendar/feeds/default/private/full/g6pl8ihvj81ak1gak2n91m4468' rel='http://www.iana.org/assignments/relation/edit' type='application/atom+xml'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><batch:id>3</batch:id><batch:operation type='update'/><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gCal:uid value='g6pl8ihvj81ak1gak2n91m4468@google.com'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/><gd:when startTime='2013-07-30T16:44:25Z' endTime='2013-07-30T16:44:25Z'/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:where valueString=''/><gd:comments><gd:feedLink href="https://www.google.com/calendar/feeds/default/private/full/g6pl8ihvj81ak1gak2n91m4468/comments"/></gd:comments></entry><entry><title type='text'></title><id>foobar</id><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><batch:id>2</batch:id><batch:operation type='delete'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/></entry><entry xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:app='http://www.w3.org/2007/app' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='&quot;EEUCQgxHfyp7JGA6WhNS&quot;'><title type='text'>Fooish Bar</title><id>http://www.google.com/calendar/feeds/default/events/86gfb05as8mshg1642j3uajt4g</id><updated>2013-07-30T16:44:21Z</updated><published>2013-07-30T16:44:21Z</published><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><link href='https://www.google.com/calendar/event?eid=ODZnZmIwNWFzOG1zaGcxNjQyajN1YWp0NGcgbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate' rel='http://www.iana.org/assignments/relation/alternate' type='text/html'/><link href='https://www.google.com/calendar/feeds/default/private/full/86gfb05as8mshg1642j3uajt4g' rel='http://www.iana.org/assignments/relation/self' type='application/atom+xml'/><link href='https://www.google.com/calendar/feeds/default/private/full/86gfb05as8mshg1642j3uajt4g' rel='http://www.iana.org/assignments/relation/edit' type='application/atom+xml'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><batch:id>1</batch:id><batch:operation type='delete'/><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gCal:uid value='86gfb05as8mshg1642j3uajt4g@google.com'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/><gd:when startTime='2013-07-30T16:44:21Z' endTime='2013-07-30T16:44:21Z'/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:where valueString=''/><gd:comments><gd:feedLink href="https://www.google.com/calendar/feeds/default/private/full/86gfb05as8mshg1642j3uajt4g/comments"/></gd:comments></entry></feed>
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202666
-< Soup-Debug: SoupMessage 3 (0x8c29b0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:44:27 GMT
-< Set-Cookie: S=calendar=eelCWQs_PZQYCrsXUvx-XA;Expires=Tue, 13-Aug-2013 12:40:55 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:44:26 GMT
-< Date: Tue, 30 Jul 2013 16:44:26 GMT
-< Location: https://www.google.com/calendar/feeds/default/private/full/batch?gsessionid=eelCWQs_PZQYCrsXUvx-XA
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/private/full/batch?gsessionid=eelCWQs_PZQYCrsXUvx-XA">here</A>.
-< </BODY>
-< </HTML>
-
-> POST /calendar/feeds/default/private/full/batch?gsessionid=eelCWQs_PZQYCrsXUvx-XA HTTP/1.1
-> Soup-Debug-Timestamp: 1375202666
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 3 (0x8c29b0), SoupSocket 6 (0x775550), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-> Content-Length: 4885
->
-> <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Batch operation feed</title><id>batch1</id><updated>2013-07-30T16:44:26Z</updated><entry xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:app='http://www.w3.org/2007/app' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='&quot;EEUCQgxHeyp7JGA6WhNS&quot;'><title type='text'>Toby</title><id>http://www.google.com/calendar/feeds/default/events/g6pl8ihvj81ak1gak2n91m4468</id><updated>2013-07-30T16:44:25Z</updated><published>2013-07-30T16:44:25Z</published><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><link href='https://www.google.com/calendar/event?eid=ZzZwbDhpaHZqODFhazFnYWsybjkxbTQ0NjggbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate' rel='http://www.iana.org/assignments/relation/alternate' type='text/html'/><link href='https://www.google.com/calendar/feeds/default/private/full/g6pl8ihvj81ak1gak2n91m4468' rel='http://www.iana.org/assignments/relation/self' type='application/atom+xml'/><link href='https://www.google.com/calendar/feeds/default/private/full/g6pl8ihvj81ak1gak2n91m4468' rel='http://www.iana.org/assignments/relation/edit' type='application/atom+xml'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><batch:id>3</batch:id><batch:operation type='update'/><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gCal:uid value='g6pl8ihvj81ak1gak2n91m4468@google.com'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/><gd:when startTime='2013-07-30T16:44:25Z' endTime='2013-07-30T16:44:25Z'/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:where valueString=''/><gd:comments><gd:feedLink href="https://www.google.com/calendar/feeds/default/private/full/g6pl8ihvj81ak1gak2n91m4468/comments"/></gd:comments></entry><entry><title type='text'></title><id>foobar</id><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><batch:id>2</batch:id><batch:operation type='delete'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/></entry><entry xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:app='http://www.w3.org/2007/app' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='&quot;EEUCQgxHfyp7JGA6WhNS&quot;'><title type='text'>Fooish Bar</title><id>http://www.google.com/calendar/feeds/default/events/86gfb05as8mshg1642j3uajt4g</id><updated>2013-07-30T16:44:21Z</updated><published>2013-07-30T16:44:21Z</published><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><link href='https://www.google.com/calendar/event?eid=ODZnZmIwNWFzOG1zaGcxNjQyajN1YWp0NGcgbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate' rel='http://www.iana.org/assignments/relation/alternate' type='text/html'/><link href='https://www.google.com/calendar/feeds/default/private/full/86gfb05as8mshg1642j3uajt4g' rel='http://www.iana.org/assignments/relation/self' type='application/atom+xml'/><link href='https://www.google.com/calendar/feeds/default/private/full/86gfb05as8mshg1642j3uajt4g' rel='http://www.iana.org/assignments/relation/edit' type='application/atom+xml'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><batch:id>1</batch:id><batch:operation type='delete'/><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gCal:uid value='86gfb05as8mshg1642j3uajt4g@google.com'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/><gd:when startTime='2013-07-30T16:44:21Z' endTime='2013-07-30T16:44:21Z'/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:where valueString=''/><gd:comments><gd:feedLink href="https://www.google.com/calendar/feeds/default/private/full/86gfb05as8mshg1642j3uajt4g/comments"/></gd:comments></entry></feed>
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202667
-< Soup-Debug: SoupMessage 3 (0x8c29b0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:44:27 GMT
-< Set-Cookie: S=calendar=OSm1ulRHCGoq2qruuE2TEg;Expires=Mon, 12-Aug-2013 08:01:00 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:44:27 GMT
-< Date: Tue, 30 Jul 2013 16:44:27 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< GData-Version: 2.6
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:gd='http://schemas.google.com/g/2005' gd:kind='calendar#eventFeed'><id>https://www.google.com/calendar/feeds/default/events/batch/1375202666962</id><updated>2013-07-30T16:44:26.963Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title type='text'>Batch operation feed</title><entry xmlns:batch='http://schemas.google.com/gdata/batch'><id>foobar</id><updated>2013-07-30T16:44:26.963Z</updated><title>Error</title><content>Invalid entry Id/Uri</content><batch:id>2</batch:id><batch:operation type='delete'/><batch:status code='400' reason='Invalid entry Id/Uri'/></entry><entry xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' gd:etag='&quot;EEUCQgxHeSp7JGA6WhNS&quot;' gd:kind='calendar#event'><id>http://www.google.com/calendar/feeds/default/events/g6pl8ihvj81ak1gak2n91m4468</id><published>2013-07-30T16:44:25.000Z</published><updated>2013-07-30T16:44:27.000Z</updated><app:edited>2013-07-30T16:44:27.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Toby</title><content/><link rel='alternate' type='text/html' href='https://www.google.com/calendar/event?eid=ZzZwbDhpaHZqODFhazFnYWsybjkxbTQ0NjggbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/g6pl8ihvj81ak1gak2n91m4468'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/g6pl8ihvj81ak1gak2n91m4468'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><gd:comments><gd:feedLink href='https://www.google.com/calendar/feeds/default/private/full/g6pl8ihvj81ak1gak2n91m4468/comments'/></gd:comments><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:where valueString=''/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:when endTime='2013-07-30T17:44:25.000+01:00' startTime='2013-07-30T17:44:25.000+01:00'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gCal:anyoneCanAddSelf value='false'/><batch:id>3</batch:id><batch:operation type='update'/><batch:status code='200' reason='Success'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanModify value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:sequence value='0'/><gCal:uid value='g6pl8ihvj81ak1gak2n91m4468@google.com'/></entry><entry xmlns:batch='http://schemas.google.com/gdata/batch'><id>http://www.google.com/calendar/feeds/default/events/86gfb05as8mshg1642j3uajt4g</id><updated>2013-07-30T16:44:27.141Z</updated><title type='text'>Fooish Bar</title><content>Deleted</content><batch:id>1</batch:id><batch:operation type='delete'/><batch:status code='200' reason='Success'/></entry></feed>
-
-> POST /calendar/feeds/default/private/full/batch HTTP/1.1
-> Soup-Debug-Timestamp: 1375202667
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 4 (0x8c2b90), SoupSocket 7 (0x775490)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
->
-> <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Batch operation feed</title><id>batch1</id><updated>2013-07-30T16:44:27Z</updated><entry xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:app='http://www.w3.org/2007/app' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='&quot;EEUCQgxHeSp7JGA6WhNS&quot;'><title type='text'>Toby</title><id>http://www.google.com/calendar/feeds/default/events/g6pl8ihvj81ak1gak2n91m4468</id><updated>2013-07-30T16:44:27Z</updated><published>2013-07-30T16:44:25Z</published><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><link href='https://www.google.com/calendar/event?eid=ZzZwbDhpaHZqODFhazFnYWsybjkxbTQ0NjggbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate' rel='http://www.iana.org/assignments/relation/alternate' type='text/html'/><link href='https://www.google.com/calendar/feeds/default/private/full/g6pl8ihvj81ak1gak2n91m4468' rel='http://www.iana.org/assignments/relation/self' type='application/atom+xml'/><link href='https://www.google.com/calendar/feeds/default/private/full/g6pl8ihvj81ak1gak2n91m4468' rel='http://www.iana.org/assignments/relation/edit' type='application/atom+xml'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><batch:id>1</batch:id><batch:operation type='delete'/><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gCal:uid value='g6pl8ihvj81ak1gak2n91m4468@google.com'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/><gd:when startTime='2013-07-30T16:44:25Z' endTime='2013-07-30T16:44:25Z'/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:where valueString=''/><gd:comments><gd:feedLink href="https://www.google.com/calendar/feeds/default/private/full/g6pl8ihvj81ak1gak2n91m4468/comments"/></gd:comments></entry></feed>
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202667
-< Soup-Debug: SoupMessage 4 (0x8c2b90)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:44:28 GMT
-< Set-Cookie: S=calendar=T32QnUKLkIOV6-MMRGY3BQ;Expires=Sun, 11-Aug-2013 22:39:13 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:44:27 GMT
-< Date: Tue, 30 Jul 2013 16:44:27 GMT
-< Location: https://www.google.com/calendar/feeds/default/private/full/batch?gsessionid=T32QnUKLkIOV6-MMRGY3BQ
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/private/full/batch?gsessionid=T32QnUKLkIOV6-MMRGY3BQ">here</A>.
-< </BODY>
-< </HTML>
-
-> POST /calendar/feeds/default/private/full/batch?gsessionid=T32QnUKLkIOV6-MMRGY3BQ HTTP/1.1
-> Soup-Debug-Timestamp: 1375202667
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 4 (0x8c2b90), SoupSocket 8 (0x775310), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-> Content-Length: 2439
->
-> <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Batch operation feed</title><id>batch1</id><updated>2013-07-30T16:44:27Z</updated><entry xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:app='http://www.w3.org/2007/app' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='&quot;EEUCQgxHeSp7JGA6WhNS&quot;'><title type='text'>Toby</title><id>http://www.google.com/calendar/feeds/default/events/g6pl8ihvj81ak1gak2n91m4468</id><updated>2013-07-30T16:44:27Z</updated><published>2013-07-30T16:44:25Z</published><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><link href='https://www.google.com/calendar/event?eid=ZzZwbDhpaHZqODFhazFnYWsybjkxbTQ0NjggbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate' rel='http://www.iana.org/assignments/relation/alternate' type='text/html'/><link href='https://www.google.com/calendar/feeds/default/private/full/g6pl8ihvj81ak1gak2n91m4468' rel='http://www.iana.org/assignments/relation/self' type='application/atom+xml'/><link href='https://www.google.com/calendar/feeds/default/private/full/g6pl8ihvj81ak1gak2n91m4468' rel='http://www.iana.org/assignments/relation/edit' type='application/atom+xml'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><batch:id>1</batch:id><batch:operation type='delete'/><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gCal:uid value='g6pl8ihvj81ak1gak2n91m4468@google.com'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/><gd:when startTime='2013-07-30T16:44:25Z' endTime='2013-07-30T16:44:25Z'/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:where valueString=''/><gd:comments><gd:feedLink href="https://www.google.com/calendar/feeds/default/private/full/g6pl8ihvj81ak1gak2n91m4468/comments"/></gd:comments></entry></feed>
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202667
-< Soup-Debug: SoupMessage 4 (0x8c2b90)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_QMIIFxw1-89I4fIiltp3toM_OQPaV-s2Op5YfNNKqskJ-elHTN3M2YrIdeRcj84Q94sPukowimpQydy5Tbb14G3YJ4S-NHM8cpqZJBifvXkyktCQOlLQS03AMrw1-u6qvRouqxtCMYd1apUUU9kXVWwoSYowH2iqScUeke9qp_ZEetMmdoQ61WwPB5gd4Of34y2qjfi6BC-i8q-4AfecimYdMpxx-Z7ncnkPEftWV84VyvVUhWfLM8oWcP3zT943b_FOzjNl76pHK1Za70lHtw
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:44:28 GMT
-< Set-Cookie: S=calendar=zT30BR84KzjqxNvuCQ3GbQ;Expires=Sat, 10-Aug-2013 23:18:32 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:44:28 GMT
-< Date: Tue, 30 Jul 2013 16:44:28 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< GData-Version: 2.6
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:gd='http://schemas.google.com/g/2005' gd:kind='calendar#eventFeed'><id>https://www.google.com/calendar/feeds/default/events/batch/1375202667859</id><updated>2013-07-30T16:44:28.004Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title type='text'>Batch operation feed</title><entry xmlns:batch='http://schemas.google.com/gdata/batch'><id>http://www.google.com/calendar/feeds/default/events/g6pl8ihvj81ak1gak2n91m4468</id><updated>2013-07-30T16:44:28.004Z</updated><title type='text'>Toby</title><content>Deleted</content><batch:id>1</batch:id><batch:operation type='delete'/><batch:status code='200' reason='Success'/></entry></feed>
-
diff --git a/gdata/tests/traces/calendar/batch-async b/gdata/tests/traces/calendar/batch-async
deleted file mode 100644
index fdaa957a..00000000
--- a/gdata/tests/traces/calendar/batch-async
+++ /dev/null
@@ -1,71 +0,0 @@
-> POST /calendar/feeds/default/private/full/batch HTTP/1.1
-> Soup-Debug-Timestamp: 1375202840
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 124 (0x7fffe40101a0), SoupSocket 114 (0x7fffe0040bb0)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
->
-> <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:gd='http://schemas.google.com/g/2005'><title type='text'>Batch operation feed</title><id>batch1</id><updated>2013-07-30T16:47:20Z</updated><entry><title type='text'>Batch operation query</title><id>http://www.google.com/calendar/feeds/default/events/ahv0vd4ntonr8vjf2skp7a3l34</id><updated>2013-07-30T16:47:20Z</updated><batch:id>1</batch:id><batch:operation type='query'/></entry></feed>
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202840
-< Soup-Debug: SoupMessage 124 (0x7fffe40101a0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:47:22 GMT
-< Set-Cookie: S=calendar=ZZR7s5yXCc372muUY-yz1Q;Expires=Sun, 11-Aug-2013 00:33:43 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:47:21 GMT
-< Date: Tue, 30 Jul 2013 16:47:21 GMT
-< Location: https://www.google.com/calendar/feeds/default/private/full/batch?gsessionid=ZZR7s5yXCc372muUY-yz1Q
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/private/full/batch?gsessionid=ZZR7s5yXCc372muUY-yz1Q">here</A>.
-< </BODY>
-< </HTML>
-
-> POST /calendar/feeds/default/private/full/batch?gsessionid=ZZR7s5yXCc372muUY-yz1Q HTTP/1.1
-> Soup-Debug-Timestamp: 1375202841
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 124 (0x7fffe40101a0), SoupSocket 115 (0x7fffe00408b0), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-> Content-Length: 526
->
-> <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:gd='http://schemas.google.com/g/2005'><title type='text'>Batch operation feed</title><id>batch1</id><updated>2013-07-30T16:47:20Z</updated><entry><title type='text'>Batch operation query</title><id>http://www.google.com/calendar/feeds/default/events/ahv0vd4ntonr8vjf2skp7a3l34</id><updated>2013-07-30T16:47:20Z</updated><batch:id>1</batch:id><batch:operation type='query'/></entry></feed>
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202841
-< Soup-Debug: SoupMessage 124 (0x7fffe40101a0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:47:22 GMT
-< Set-Cookie: S=calendar=IJcHHNCcVSigUO8m6SZUPg;Expires=Mon, 12-Aug-2013 09:18:23 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:47:21 GMT
-< Date: Tue, 30 Jul 2013 16:47:21 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< GData-Version: 2.6
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:gd='http://schemas.google.com/g/2005' gd:kind='calendar#eventFeed'><id>https://www.google.com/calendar/feeds/default/events/batch/1375202841453</id><updated>2013-07-30T16:47:21.494Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title type='text'>Batch operation feed</title><entry xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' gd:etag='&quot;EEUCQQRFfip7JGA6WhNS&quot;' gd:kind='calendar#event'><id>http://www.google.com/calendar/feeds/default/events/ahv0vd4ntonr8vjf2skp7a3l34</id><published>2013-07-30T16:47:20.000Z</published><updated>2013-07-30T16:47:20.000Z</updated><app:edited>2013-07-30T16:47:20.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Party 'Til You Puke</title><content/><link rel='alternate' type='text/html' href='https://www.google.com/calendar/event?eid=YWh2MHZkNG50b25yOHZqZjJza3A3YTNsMzQgbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/ahv0vd4ntonr8vjf2skp7a3l34'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/ahv0vd4ntonr8vjf2skp7a3l34'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><gd:comments><gd:feedLink href='https://www.google.com/calendar/feeds/default/private/full/ahv0vd4ntonr8vjf2skp7a3l34/comments'/></gd:comments><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:where valueString=''/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:when endTime='2013-07-30T17:47:20.000+01:00' startTime='2013-07-30T17:47:20.000+01:00'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gCal:anyoneCanAddSelf value='false'/><batch:id>1</batch:id><batch:operation type='query'/><batch:status code='200' reason='Success'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanModify value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:sequence value='0'/><gCal:uid value='ahv0vd4ntonr8vjf2skp7a3l34@google.com'/></entry></feed>
-
diff --git a/gdata/tests/traces/calendar/batch-async-cancellation b/gdata/tests/traces/calendar/batch-async-cancellation
deleted file mode 100644
index e69de29b..00000000
--- a/gdata/tests/traces/calendar/batch-async-cancellation
+++ /dev/null
diff --git a/gdata/tests/traces/calendar/event-insert b/gdata/tests/traces/calendar/event-insert
index fa9bbf94..601e7a12 100644
--- a/gdata/tests/traces/calendar/event-insert
+++ b/gdata/tests/traces/calendar/event-insert
@@ -1,75 +1,76 @@
-> POST /calendar/feeds/default/private/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202797
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 93 (0x7fffe40158e0), SoupSocket 85 (0x775190)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> POST /calendar/v3/calendars/ndihjbq6agrl249fjqgd535qmk%40group.calendar.google.com/events HTTP/1.1
+> Soup-Debug-Timestamp: 1430948195
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 63 (0x1e1f0b0), SoupSocket 39 (0x7fbbf0036100)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
-> Content-Type: application/atom+xml
+> Content-Type: application/json
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
>
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Tennis with Beth</title><content type='text'>Meet for a quick lesson.</content><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/><gd:when startTime='2009-04-17T15:00:00Z' endTime='2009-04-17T17:00:00Z'/><gd:who email='john.smith@example.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='John Smith‽'/><gd:where valueString='Rolling Lawn Courts'/></entry>
+> {"kind":"calendar#event","summary":"Tennis with Beth","description":"Meet for a quick lesson.","anyoneCanAddSelf":false,"guestsCanInviteOthers":false,"guestsCanModify":false,"guestsCanSeeOtherGuests":false,"transparency":"opaque","status":"confirmed","start":{"dateTime":"2009-04-17T15:00:00Z","timeZone":"UTC"},"end":{"dateTime":"2009-04-17T17:00:00Z","timeZone":"UTC"},"location":"Rolling Lawn Courts","attendees":[{"displayName":"John Smith‽","email":"john.smith@example.com","organizer":true}],"organizer":{"displayName":"John Smith‽","email":"john.smith@example.com"}}
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202797
-< Soup-Debug: SoupMessage 93 (0x7fffe40158e0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:38 GMT
-< Set-Cookie: S=calendar=pXLEahphcQI4MiTg852zzQ;Expires=Tue, 13-Aug-2013 13:28:15 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:37 GMT
-< Date: Tue, 30 Jul 2013 16:46:37 GMT
-< Location: https://www.google.com/calendar/feeds/default/private/full?gsessionid=pXLEahphcQI4MiTg852zzQ
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
+< HTTP/1.1 200 OK
+< Soup-Debug-Timestamp: 1430948196
+< Soup-Debug: SoupMessage 63 (0x1e1f0b0)
+< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
+< Pragma: no-cache
+< Expires: Fri, 01 Jan 1990 00:00:00 GMT
+< Date: Wed, 06 May 2015 21:36:36 GMT
+< ETag: "2861896391802000"
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/private/full?gsessionid=pXLEahphcQI4MiTg852zzQ">here</A>.
-< </BODY>
-< </HTML>
-
-> POST /calendar/feeds/default/private/full?gsessionid=pXLEahphcQI4MiTg852zzQ HTTP/1.1
-> Soup-Debug-Timestamp: 1375202797
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 93 (0x7fffe40158e0), SoupSocket 86 (0x7753d0), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-> Content-Length: 969
->
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Tennis with Beth</title><content type='text'>Meet for a quick lesson.</content><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/><gd:when startTime='2009-04-17T15:00:00Z' endTime='2009-04-17T17:00:00Z'/><gd:who email='john.smith@example.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='John Smith‽'/><gd:where valueString='Rolling Lawn Courts'/></entry>
-
-< HTTP/1.1 201 Created
-< Soup-Debug-Timestamp: 1375202798
-< Soup-Debug: SoupMessage 93 (0x7fffe40158e0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:39 GMT
-< Set-Cookie: S=calendar=iNRHwto9LpyLWjD7w52lOg;Expires=Fri, 09-Aug-2013 04:48:16 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:38 GMT
-< Date: Tue, 30 Jul 2013 16:46:38 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=entry
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: "EEUCQg1Idip7JGA6WhNS"
-< Location: https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk
-< Content-Location: https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='&quot;EEUCQg1Idip7JGA6WhNS&quot;' gd:kind='calendar#event'><id>http://www.google.com/calendar/feeds/default/events/oqb4030l7frkp05mse8u33pqgk</id><published>2013-07-30T16:46:38.000Z</published><updated>2013-07-30T16:46:38.000Z</updated><app:edited>2013-07-30T16:46:38.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Tennis with Beth</title><content>Meet for a quick lesson.</content><link rel='alternate' type='text/html' href='https://www.google.com/calendar/event?eid=b3FiNDAzMGw3ZnJrcDA1bXNlOHUzM3BxZ2sgbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><gd:comments><gd:feedLink href='https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk/comments'/></gd:comments><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:where valueString='Rolling Lawn Courts'/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:when endTime='2009-04-17T18:00:00.000+01:00' startTime='2009-04-17T16:00:00.000+01:00'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gCal:anyoneCanAddSelf value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanModify value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:sequence value='0'/><gCal:uid value='oqb4030l7frkp05mse8u33pqgk@google.com'/></entry>
+< {
+< "kind": "calendar#event",
+< "etag": "\"2861896391802000\"",
+< "id": "8ndrpt97cl0c9lkbpojq9tiquo",
+< "status": "confirmed",
+< "htmlLink": "https://www.google.com/calendar/event?eid=ODFiZW9xOHVxM2N1amVrMGdhbjlvYjdvMWsgYmVzbDByZ2phMjJzM3IyMG9uNmZmbTcyaDhAZw",
+< "created": "2015-05-06T21:36:35.000Z",
+< "updated": "2015-05-06T21:36:35.901Z",
+< "summary": "Tennis with Beth",
+< "description": "Meet for a quick lesson.",
+< "location": "Rolling Lawn Courts",
+< "creator": {
+< "email": "libgdata.test@googlemail.com",
+< "displayName": "GData Test"
+< },
+< "organizer": {
+< "email": "ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com",
+< "displayName": "Temp Test Calendar",
+< "self": true
+< },
+< "start": {
+< "dateTime": "2009-04-17T15:00:00Z",
+< "timeZone": "UTC"
+< },
+< "end": {
+< "dateTime": "2009-04-17T17:00:00Z",
+< "timeZone": "UTC"
+< },
+< "iCalUID": "8ndrpt97cl0c9lkbpojq9tiquo@google.com",
+< "sequence": 0,
+< "attendees": [
+< {
+< "email": "john.smith@example.com",
+< "displayName": "John Smith‽",
+< "responseStatus": "needsAction"
+< }
+< ],
+< "guestsCanInviteOthers": false,
+< "guestsCanSeeOtherGuests": false,
+< "reminders": {
+< "useDefault": true
+< }
+< }
diff --git a/gdata/tests/traces/calendar/event_insert-async b/gdata/tests/traces/calendar/event_insert-async
index 11ceda4b..de7f91f9 100644
--- a/gdata/tests/traces/calendar/event_insert-async
+++ b/gdata/tests/traces/calendar/event_insert-async
@@ -1,75 +1,76 @@
-> POST /calendar/feeds/default/private/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202802
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 97 (0x7fffe40100b0), SoupSocket 89 (0x7fffe0040a30)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> POST /calendar/v3/calendars/ndihjbq6agrl249fjqgd535qmk%40group.calendar.google.com/events HTTP/1.1
+> Soup-Debug-Timestamp: 1430949583
+> Soup-Debug: SoupSession 1 (0xc32240), SoupMessage 2 (0xffbe50), SoupSocket 2 (0x7fe14c002b40)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGy-MEL7oZEh875MiCaHZKx6KNZcPN1FIFpJB2r_OlDKat0j_JfenP1BZb1Skk2cO5F6VaQkUo7wg
> GData-Version: 2
-> Content-Type: application/atom+xml
+> Content-Type: application/json
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
>
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Tennis with Beth</title><content type='text'>Meet for a quick lesson.</content><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/><gd:when startTime='2009-04-17T15:00:00Z' endTime='2009-04-17T17:00:00Z'/><gd:who email='john.smith@example.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='John Smith‽'/><gd:where valueString='Rolling Lawn Courts'/></entry>
+> {"kind":"calendar#event","summary":"Tennis with Beth","description":"Meet for a quick lesson.","anyoneCanAddSelf":false,"guestsCanInviteOthers":false,"guestsCanModify":false,"guestsCanSeeOtherGuests":false,"transparency":"opaque","status":"confirmed","start":{"dateTime":"2009-04-17T15:00:00Z","timeZone":"UTC"},"end":{"dateTime":"2009-04-17T17:00:00Z","timeZone":"UTC"},"location":"Rolling Lawn Courts","attendees":[{"displayName":"John Smith‽","email":"john.smith@example.com","organizer":true}],"organizer":{"displayName":"John Smith‽","email":"john.smith@example.com"}}
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202802
-< Soup-Debug: SoupMessage 97 (0x7fffe40100b0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:43 GMT
-< Set-Cookie: S=calendar=_uGn716zCNMdfoTfGHp3FQ;Expires=Sat, 10-Aug-2013 23:31:44 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:42 GMT
-< Date: Tue, 30 Jul 2013 16:46:42 GMT
-< Location: https://www.google.com/calendar/feeds/default/private/full?gsessionid=_uGn716zCNMdfoTfGHp3FQ
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
+< HTTP/1.1 200 OK
+< Soup-Debug-Timestamp: 1430949584
+< Soup-Debug: SoupMessage 2 (0xffbe50)
+< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
+< Pragma: no-cache
+< Expires: Fri, 01 Jan 1990 00:00:00 GMT
+< Date: Wed, 06 May 2015 21:59:44 GMT
+< ETag: "2861899168028000"
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/private/full?gsessionid=_uGn716zCNMdfoTfGHp3FQ">here</A>.
-< </BODY>
-< </HTML>
-
-> POST /calendar/feeds/default/private/full?gsessionid=_uGn716zCNMdfoTfGHp3FQ HTTP/1.1
-> Soup-Debug-Timestamp: 1375202802
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 97 (0x7fffe40100b0), SoupSocket 90 (0x7fffe0040af0), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-> Content-Length: 969
->
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Tennis with Beth</title><content type='text'>Meet for a quick lesson.</content><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/><gd:when startTime='2009-04-17T15:00:00Z' endTime='2009-04-17T17:00:00Z'/><gd:who email='john.smith@example.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='John Smith‽'/><gd:where valueString='Rolling Lawn Courts'/></entry>
-
-< HTTP/1.1 201 Created
-< Soup-Debug-Timestamp: 1375202802
-< Soup-Debug: SoupMessage 97 (0x7fffe40100b0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_QMIIFxw1-89I4fIiltp3toM_OQPaV-s2Op5YfNNKqskJ-elHTN3M2YrIdeRcj84Q94sPukowimpQydy5Tbb14G3YJ4S-NHM8cpqZJBifvXkyktCQOlLQS03AMrw1-u6qvRouqxtCMYd1apUUU9kXVWwoSYowH2iqScUeke9qp_ZEetMmdoQ61WwPB5gd4Of34y2qjfi6BC-i8q-4AfecimYdMpxx-Z7ncnkPEftWV84VyvVUhWfLM8oWcP3zT943b_FOzjNl76pHK1Za70lHtw
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:43 GMT
-< Set-Cookie: S=calendar=T7e_5WJfXcmBXRmKcnZZSw;Expires=Tue, 13-Aug-2013 15:11:32 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:43 GMT
-< Date: Tue, 30 Jul 2013 16:46:43 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=entry
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: "EEUCQQRBfCp7JGA6WhNS"
-< Location: https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk
-< Content-Location: https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='&quot;EEUCQQRBfCp7JGA6WhNS&quot;' gd:kind='calendar#event'><id>http://www.google.com/calendar/feeds/default/events/oqb4030l7frkp05mse8u33pqgk</id><published>2013-07-30T16:46:42.000Z</published><updated>2013-07-30T16:46:42.000Z</updated><app:edited>2013-07-30T16:46:42.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Tennis with Beth</title><content>Meet for a quick lesson.</content><link rel='alternate' type='text/html' href='https://www.google.com/calendar/event?eid=dm8xaGFnYWczYjczamQxdHBudW0wbGNwNm8gbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><gd:comments><gd:feedLink href='https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk/comments'/></gd:comments><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:where valueString='Rolling Lawn Courts'/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:when endTime='2009-04-17T18:00:00.000+01:00' startTime='2009-04-17T16:00:00.000+01:00'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gCal:anyoneCanAddSelf value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanModify value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:sequence value='0'/><gCal:uid value='oqb4030l7frkp05mse8u33pqgk@google.com'/></entry>
+< {
+< "kind": "calendar#event",
+< "etag": "\"2861899168028000\"",
+< "id": "8ndrpt97cl0c9lkbpojq9tiquo",
+< "status": "confirmed",
+< "htmlLink": "https://www.google.com/calendar/event?eid=dGUxZTExYXIzYTQ0azlvaTM4cTg5ZWExcDAgYm1wN3RkZ2M1YmpnNGdpaHJ0cmxwOXJjb2tAZw",
+< "created": "2015-05-06T21:59:43.000Z",
+< "updated": "2015-05-06T21:59:44.014Z",
+< "summary": "Tennis with Beth",
+< "description": "Meet for a quick lesson.",
+< "location": "Rolling Lawn Courts",
+< "creator": {
+< "email": "libgdata.test@googlemail.com",
+< "displayName": "GData Test"
+< },
+< "organizer": {
+< "email": "ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com",
+< "displayName": "Temp Test Calendar",
+< "self": true
+< },
+< "start": {
+< "dateTime": "2009-04-17T15:00:00Z",
+< "timeZone": "UTC"
+< },
+< "end": {
+< "dateTime": "2009-04-17T17:00:00Z",
+< "timeZone": "UTC"
+< },
+< "iCalUID": "8ndrpt97cl0c9lkbpojq9tiquo@google.com",
+< "sequence": 0,
+< "attendees": [
+< {
+< "email": "john.smith@example.com",
+< "displayName": "John Smith‽",
+< "responseStatus": "needsAction"
+< }
+< ],
+< "guestsCanInviteOthers": false,
+< "guestsCanSeeOtherGuests": false,
+< "reminders": {
+< "useDefault": true
+< }
+< }
diff --git a/gdata/tests/traces/calendar/event_insert-async-cancellation b/gdata/tests/traces/calendar/event_insert-async-cancellation
index 6af36695..8cf3d54c 100644
--- a/gdata/tests/traces/calendar/event_insert-async-cancellation
+++ b/gdata/tests/traces/calendar/event_insert-async-cancellation
@@ -1,166 +1,76 @@
-> POST /calendar/feeds/default/private/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202808
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 101 (0x7fffe4010380), SoupSocket 93 (0x7fffdc0043b0)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> POST /calendar/v3/calendars/ndihjbq6agrl249fjqgd535qmk%40group.calendar.google.com/events HTTP/1.1
+> Soup-Debug-Timestamp: 1430949589
+> Soup-Debug: SoupSession 1 (0xc32240), SoupMessage 7 (0xffbe50), SoupSocket 5 (0x7fe15000d9e0)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGy-MEL7oZEh875MiCaHZKx6KNZcPN1FIFpJB2r_OlDKat0j_JfenP1BZb1Skk2cO5F6VaQkUo7wg
> GData-Version: 2
-> Content-Type: application/atom+xml
+> Content-Type: application/json
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
>
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Tennis with Beth</title><content type='text'>Meet for a quick lesson.</content><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/><gd:when startTime='2009-04-17T15:00:00Z' endTime='2009-04-17T17:00:00Z'/><gd:who email='john.smith@example.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='John Smith‽'/><gd:where valueString='Rolling Lawn Courts'/></entry>
+> {"kind":"calendar#event","summary":"Tennis with Beth","description":"Meet for a quick lesson.","anyoneCanAddSelf":false,"guestsCanInviteOthers":false,"guestsCanModify":false,"guestsCanSeeOtherGuests":false,"transparency":"opaque","status":"confirmed","start":{"dateTime":"2009-04-17T15:00:00Z","timeZone":"UTC"},"end":{"dateTime":"2009-04-17T17:00:00Z","timeZone":"UTC"},"location":"Rolling Lawn Courts","attendees":[{"displayName":"John Smith‽","email":"john.smith@example.com","organizer":true}],"organizer":{"displayName":"John Smith‽","email":"john.smith@example.com"}}
-< HTTP/1.1 1 Cancelled
-< Soup-Debug-Timestamp: 1375202808
-< Soup-Debug: SoupMessage 101 (0x7fffe4010380)
-
-> POST /calendar/feeds/default/private/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202808
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 102 (0x8c2b90), SoupSocket 94 (0x775790)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
->
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Tennis with Beth</title><content type='text'>Meet for a quick lesson.</content><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/><gd:when startTime='2009-04-17T15:00:00Z' endTime='2009-04-17T17:00:00Z'/><gd:who email='john.smith@example.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='John Smith‽'/><gd:where valueString='Rolling Lawn Courts'/></entry>
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202808
-< Soup-Debug: SoupMessage 102 (0x8c2b90)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:49 GMT
-< Set-Cookie: S=calendar=1R8F1pQ3_HK-ksz_9_fJcw;Expires=Thu, 08-Aug-2013 23:57:31 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:48 GMT
-< Date: Tue, 30 Jul 2013 16:46:48 GMT
-< Location: https://www.google.com/calendar/feeds/default/private/full?gsessionid=1R8F1pQ3_HK-ksz_9_fJcw
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/private/full?gsessionid=1R8F1pQ3_HK-ksz_9_fJcw">here</A>.
-< </BODY>
-< </HTML>
-
-> POST /calendar/feeds/default/private/full?gsessionid=1R8F1pQ3_HK-ksz_9_fJcw HTTP/1.1
-> Soup-Debug-Timestamp: 1375202808
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 102 (0x8c2b90), SoupSocket 95 (0x7fffe0040a30), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-> Content-Length: 969
->
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Tennis with Beth</title><content type='text'>Meet for a quick lesson.</content><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/><gd:when startTime='2009-04-17T15:00:00Z' endTime='2009-04-17T17:00:00Z'/><gd:who email='john.smith@example.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='John Smith‽'/><gd:where valueString='Rolling Lawn Courts'/></entry>
-
-< HTTP/1.1 201 Created
-< Soup-Debug-Timestamp: 1375202809
-< Soup-Debug: SoupMessage 102 (0x8c2b90)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:49 GMT
-< Set-Cookie: S=calendar=M6symLc287DwtP4khAjq6Q;Expires=Sat, 10-Aug-2013 01:37:52 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:49 GMT
-< Date: Tue, 30 Jul 2013 16:46:49 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=entry
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: "EEUCQQRBdyp7JGA6WhNS"
-< Location: https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk
-< Content-Location: https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='&quot;EEUCQQRBdyp7JGA6WhNS&quot;' gd:kind='calendar#event'><id>http://www.google.com/calendar/feeds/default/events/oqb4030l7frkp05mse8u33pqgk</id><published>2013-07-30T16:46:49.000Z</published><updated>2013-07-30T16:46:49.000Z</updated><app:edited>2013-07-30T16:46:49.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Tennis with Beth</title><content>Meet for a quick lesson.</content><link rel='alternate' type='text/html' href='https://www.google.com/calendar/event?eid=ODE5OGhpMWpzczNuaWowM21uY3QwY2Z2Z3MgbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><gd:comments><gd:feedLink href='https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk/comments'/></gd:comments><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:where valueString='Rolling Lawn Courts'/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:when endTime='2009-04-17T18:00:00.000+01:00' startTime='2009-04-17T16:00:00.000+01:00'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gCal:anyoneCanAddSelf value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanModify value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:sequence value='0'/><gCal:uid value='oqb4030l7frkp05mse8u33pqgk@google.com'/></entry>
-
-> POST /calendar/feeds/default/private/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202808
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 102 (0x8c2b90), SoupSocket 94 (0x775790)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
->
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Tennis with Beth</title><content type='text'>Meet for a quick lesson.</content><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/><gd:when startTime='2009-04-17T15:00:00Z' endTime='2009-04-17T17:00:00Z'/><gd:who email='john.smith@example.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='John Smith‽'/><gd:where valueString='Rolling Lawn Courts'/></entry>
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202808
-< Soup-Debug: SoupMessage 102 (0x8c2b90)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:49 GMT
-< Set-Cookie: S=calendar=1R8F1pQ3_HK-ksz_9_fJcw;Expires=Thu, 08-Aug-2013 23:57:31 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:48 GMT
-< Date: Tue, 30 Jul 2013 16:46:48 GMT
-< Location: https://www.google.com/calendar/feeds/default/private/full?gsessionid=1R8F1pQ3_HK-ksz_9_fJcw
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/private/full?gsessionid=1R8F1pQ3_HK-ksz_9_fJcw">here</A>.
-< </BODY>
-< </HTML>
-
-> POST /calendar/feeds/default/private/full?gsessionid=1R8F1pQ3_HK-ksz_9_fJcw HTTP/1.1
-> Soup-Debug-Timestamp: 1375202808
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 102 (0x8c2b90), SoupSocket 95 (0x7fffe0040a30), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-> Content-Length: 969
->
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Tennis with Beth</title><content type='text'>Meet for a quick lesson.</content><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/><gd:when startTime='2009-04-17T15:00:00Z' endTime='2009-04-17T17:00:00Z'/><gd:who email='john.smith@example.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='John Smith‽'/><gd:where valueString='Rolling Lawn Courts'/></entry>
-
-< HTTP/1.1 201 Created
-< Soup-Debug-Timestamp: 1375202809
-< Soup-Debug: SoupMessage 102 (0x8c2b90)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:49 GMT
-< Set-Cookie: S=calendar=M6symLc287DwtP4khAjq6Q;Expires=Sat, 10-Aug-2013 01:37:52 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:49 GMT
-< Date: Tue, 30 Jul 2013 16:46:49 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=entry
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: "EEUCQQRBdyp7JGA6WhNS"
-< Location: https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk
-< Content-Location: https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk
+< HTTP/1.1 200 OK
+< Soup-Debug-Timestamp: 1430949589
+< Soup-Debug: SoupMessage 7 (0xffbe50)
+< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
+< Pragma: no-cache
+< Expires: Fri, 01 Jan 1990 00:00:00 GMT
+< Date: Wed, 06 May 2015 21:59:49 GMT
+< ETag: "2861899178874000"
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='&quot;EEUCQQRBdyp7JGA6WhNS&quot;' gd:kind='calendar#event'><id>http://www.google.com/calendar/feeds/default/events/oqb4030l7frkp05mse8u33pqgk</id><published>2013-07-30T16:46:49.000Z</published><updated>2013-07-30T16:46:49.000Z</updated><app:edited>2013-07-30T16:46:49.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Tennis with Beth</title><content>Meet for a quick lesson.</content><link rel='alternate' type='text/html' href='https://www.google.com/calendar/event?eid=ODE5OGhpMWpzczNuaWowM21uY3QwY2Z2Z3MgbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><gd:comments><gd:feedLink href='https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk/comments'/></gd:comments><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:where valueString='Rolling Lawn Courts'/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:when endTime='2009-04-17T18:00:00.000+01:00' startTime='2009-04-17T16:00:00.000+01:00'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gCal:anyoneCanAddSelf value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanModify value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:sequence value='0'/><gCal:uid value='oqb4030l7frkp05mse8u33pqgk@google.com'/></entry>
+< {
+< "kind": "calendar#event",
+< "etag": "\"2861899178874000\"",
+< "id": "8ndrpt97cl0c9lkbpojq9tiquo",
+< "status": "confirmed",
+< "htmlLink": "https://www.google.com/calendar/event?eid=OG5kcnB0OTdjbDBjOWxrYnBvanE5dGlxdW8gajU2ODM1bThscXF0OXUxb2E1bWIyZ284ODBAZw",
+< "created": "2015-05-06T21:59:49.000Z",
+< "updated": "2015-05-06T21:59:49.437Z",
+< "summary": "Tennis with Beth",
+< "description": "Meet for a quick lesson.",
+< "location": "Rolling Lawn Courts",
+< "creator": {
+< "email": "libgdata.test@googlemail.com",
+< "displayName": "GData Test"
+< },
+< "organizer": {
+< "email": "ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com",
+< "displayName": "Temp Test Calendar",
+< "self": true
+< },
+< "start": {
+< "dateTime": "2009-04-17T15:00:00Z",
+< "timeZone": "UTC"
+< },
+< "end": {
+< "dateTime": "2009-04-17T17:00:00Z",
+< "timeZone": "UTC"
+< },
+< "iCalUID": "8ndrpt97cl0c9lkbpojq9tiquo@google.com",
+< "sequence": 0,
+< "attendees": [
+< {
+< "email": "john.smith@example.com",
+< "displayName": "John Smith‽",
+< "responseStatus": "needsAction"
+< }
+< ],
+< "guestsCanInviteOthers": false,
+< "guestsCanSeeOtherGuests": false,
+< "reminders": {
+< "useDefault": true
+< }
+< }
diff --git a/gdata/tests/traces/calendar/global-authentication b/gdata/tests/traces/calendar/global-authentication
index f59286b5..be4dd660 100644
--- a/gdata/tests/traces/calendar/global-authentication
+++ b/gdata/tests/traces/calendar/global-authentication
@@ -1,27 +1,35 @@
-> POST /accounts/ClientLogin HTTP/1.1
-> Soup-Debug-Timestamp: 1375202658
-> Soup-Debug: SoupSession 1 (0x65a1d0), SoupMessage 1 (0x8c28c0), SoupSocket 1 (0x7750d0)
-> Host: www.google.com
+> POST /o/oauth2/token HTTP/1.1
+> Soup-Debug-Timestamp: 1430949580
+> Soup-Debug: SoupSession 1 (0xc32110), SoupMessage 1 (0xffb8b0), SoupSocket 1 (0x7fe1540036b0)
+> Host: accounts.google.com
> Content-Type: application/x-www-form-urlencoded
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
>
-> accountType=HOSTED%5FOR%5FGOOGLE&Email=libgdata%2Etest%40gmail%2Ecom&Passwd=gdata%2Dgdata&service=cl&source=ytapi%2DGNOME%2Dlibgdata%2D444fubtt%2D0
+> client_id=352818697630-nqu2cmt5quqd6lr17ouoqmb684u84l1f.apps.googleusercontent.com&client_secret=-fA4pHQJxR3zJ-FyAMPQsikg&code=4%2FB4IYd9knVDIDdLZdrhuCBbjmotzgYNLb1QqstmPrxbA.UuDy7Em42q8doiIBeO6P2m8efXtWmgI&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&grant_type=authorization_code
< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202659
-< Soup-Debug: SoupMessage 1 (0x8c28c0)
-< Content-Type: text/plain
-< Cache-control: no-cache, no-store
+< Soup-Debug-Timestamp: 1430949580
+< Soup-Debug: SoupMessage 1 (0xffb8b0)
+< Content-Type: application/json; charset=utf-8
+< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
< Pragma: no-cache
-< Expires: Mon, 01-Jan-1990 00:00:00 GMT
-< Date: Tue, 30 Jul 2013 16:44:19 GMT
+< Expires: Fri, 01 Jan 1990 00:00:00 GMT
+< Date: Wed, 06 May 2015 21:59:40 GMT
+< Content-Disposition: attachment; filename="json.txt"; filename*=UTF-8''json.txt
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
+< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
-< Content-Length: 947
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
+< Transfer-Encoding: chunked
<
-< SID=DQAAANMAAABni88bXxZ1ccsGiahuDBcUANdzR1_t9LLvGG9u1tftUaxTNn5uYrL7pK0SxO5N4YQTnQo3wWRMOvZ7WibZnqTrdbujl3auw3aR6GopooEdkIbl3AW-nzqLMVV5H2-lJyLAoDy0JI9LrTqMzfHK__wyjX1wLNw2SsOLHvxQNrJIcreZmjwhc1e9gf0pmit9hi-l1Le2elhYOA_hgrDJsaP7Gl5Ja1ddZ7hHuIJXCr1ro_j-R9wYlcTI-F72G7oT9G2P8QDJTJZw5hFFseazFmCIIIlDRlhwcCD07WDxSJxFZg
-< LSID=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NhfZPNsQA4-wCB9yNVSjD2OSfMCPhH3Xs8jODVeKSaxR9rNyoxz3445acEnNK_XNXQlUcw7p2bTZYV6ghIrJ8z45VlzXfBRUNNO9TPseJK9VrmxUIHmOkvNZZ10oK-3LJObEvrgvdyw_zTWrcDbxNXmo-iOLtgZxceF2K55LeER1XldXNzkTnwVrugvKnXduNieMLhgJoUB2a4_hN6c1lkIGtM34g3StT-F13gWuHX7RLQ
-< Auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+< {
+< "access_token" : "ya29.awGy-MEL7oZEh875MiCaHZKx6KNZcPN1FIFpJB2r_OlDKat0j_JfenP1BZb1Skk2cO5F6VaQkUo7wg",
+< "token_type" : "Bearer",
+< "expires_in" : 3600,
+< "refresh_token" : "1/WCwwRyT6fkH315Vd62L8HwTu67pjEG0DJ5H4xGlr8bQMEudVrK5jSpoR30zcRFq6"
+< }
diff --git a/gdata/tests/traces/calendar/query-all-calendars b/gdata/tests/traces/calendar/query-all-calendars
index 53bd9556..b7406128 100644
--- a/gdata/tests/traces/calendar/query-all-calendars
+++ b/gdata/tests/traces/calendar/query-all-calendars
@@ -1,67 +1,145 @@
-> GET /calendar/feeds/default/allcalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202674
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 7 (0x8c2aa0), SoupSocket 12 (0x775250)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202675
-< Soup-Debug: SoupMessage 7 (0x8c2aa0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:44:36 GMT
-< Set-Cookie: S=calendar=58E7R9WlT_6a7-yMgWl0Vg;Expires=Sat, 10-Aug-2013 14:05:10 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:44:35 GMT
-< Date: Tue, 30 Jul 2013 16:44:35 GMT
-< Location: https://www.google.com/calendar/feeds/default/allcalendars/full?gsessionid=58E7R9WlT_6a7-yMgWl0Vg
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/allcalendars/full?gsessionid=58E7R9WlT_6a7-yMgWl0Vg">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/default/allcalendars/full?gsessionid=58E7R9WlT_6a7-yMgWl0Vg HTTP/1.1
-> Soup-Debug-Timestamp: 1375202675
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 7 (0x8c2aa0), SoupSocket 12 (0x775250), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> GET /calendar/v3/users/me/calendarList HTTP/1.1
+> Soup-Debug-Timestamp: 1430947979
+> Soup-Debug: SoupSession 1 (0x12bc240), SoupMessage 3 (0x1553470), SoupSocket 2 (0x7fcbe4003780)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGpyfNPtG5DI_53Jiu2taI0Hq5ho1AELWfwHQ_qvmVHPbaeRDNFIstvm7c6JBFGe4wZTa6LaHrYYA
> GData-Version: 2
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202675
-< Soup-Debug: SoupMessage 7 (0x8c2aa0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_q4NwI2V8UT-SSEMjiblkY8jTSCIGQJCo_ZFavemirrG0G2jzg3jjEVC3CQauPSZoNTFtDCw6Eu1-1S6nOyDK2J9zwLcpKLPHGuWk8fzL5JjKgN0Z0HbdhVtGaldMU2XCoc4_I0dsAZNFNzMl12pQ2IhlOpKYk_syrjXgbEIFWB07e6wSu6Mp1XswtWQL95nokCfWJkTHf4YGsR2zpy2736UplfLIVHDJLz7fiJzKG-5nUmoz2a5jdwopbkQ6flW44tTL7okPm_2Y6nqlPi74Mg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:44:36 GMT
-< Set-Cookie: S=calendar=QAxuXPE6j7fZqmf9NvuwwQ;Expires=Sun, 11-Aug-2013 00:55:31 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:44:35 GMT
-< Date: Tue, 30 Jul 2013 16:44:35 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEEDRHk6eCp7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:44:35 GMT
+< Soup-Debug-Timestamp: 1430947980
+< Soup-Debug: SoupMessage 3 (0x1553470)
+< Expires: Wed, 06 May 2015 21:33:00 GMT
+< Date: Wed, 06 May 2015 21:33:00 GMT
+< Cache-Control: private, max-age=0, must-revalidate, no-transform
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEEDRHk6eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendarFeed'><id>http://www.google.com/calendar/feeds/default/allcalendars/full</id><updated>2013-07-30T16:44:35.710Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title>GData Test's Calendar List</title><link rel='alternate' type='text/html' href='https://www.google.com/calendar/render'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:startIndex>1</openSearch:startIndex><entry gd:etag='W/&quot;CEEDRX47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/libgdata.test%40googlemail.com</id><published>2013-07-30T16:44:35.550Z</published><updated>2013-07-30T16:44:34.000Z</updated><app:edited>2013-07-30T16:44:34.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>libgdata.test@googlemail.com</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/libgdata.test%40googlemail.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/libgdata.test%40googlemail.com'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><gCal:accesslevel value='owner'/><gCal:color value='#2952A3'/><gCal:hidden value='false'/><gCal:selected value='true'/><gCal:timezone value='Europe/London'/><gCal:timesCleaned value='4'/></entry><entry gd:etag='W/&quot;CEEDQH47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/k3aqq5l45p35ehjnsona6f5lig%40group.calendar.google.com</id><published>2013-07-30T16:44:35.616Z</published><updated>2013-07-30T16:44:31.000Z</updated><app:edited>2013-07-30T16:44:31.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 1</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/k3aqq5l45p35ehjnsona6f5lig%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/k3aqq5l45p35ehjnsona6f5lig%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/k3aqq5l45p35ehjnsona6f5lig%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/k3aqq5l45p35ehjnsona6f5lig%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/k3aqq5l45p35ehjnsona6f5lig%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/k3aqq5l45p35ehjnsona6f5lig%40group.calendar.google.com'/><author><name>Test Calendar 1</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry><entry gd:etag='W/&quot;CEEDRX47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/l0fg03in3kl4loj3str7igu03g%40group.calendar.google.com</id><published>2013-07-30T16:44:35.636Z</published><updated>2013-07-30T16:44:34.000Z</updated><app:edited>2013-07-30T16:44:34.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 2</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/l0fg03in3kl4loj3str7igu03g%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/l0fg03in3kl4loj3str7igu03g%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/l0fg03in3kl4loj3str7igu03g%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/l0fg03in3kl4loj3str7igu03g%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/l0fg03in3kl4loj3str7igu03g%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/l0fg03in3kl4loj3str7igu03g%40group.calendar.google.com'/><author><name>Test Calendar 2</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry></feed>
+< {
+< "kind": "calendar#calendarList",
+< "etag": "\"1430947978342000\"",
+< "nextSyncToken": "00001430947978342000",
+< "items": [
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"0\"",
+< "id": "libgdata.test@googlemail.com",
+< "summary": "libgdata.test@gmail.com",
+< "timeZone": "Europe/London",
+< "colorId": "17",
+< "backgroundColor": "#9a9cff",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": [
+< {
+< "method": "email",
+< "minutes": 10
+< },
+< {
+< "method": "popup",
+< "minutes": 30
+< }
+< ],
+< "notificationSettings": {
+< "notifications": [
+< {
+< "type": "eventCreation",
+< "method": "email"
+< },
+< {
+< "type": "eventChange",
+< "method": "email"
+< },
+< {
+< "type": "eventCancellation",
+< "method": "email"
+< },
+< {
+< "type": "eventResponse",
+< "method": "email"
+< }
+< ]
+< },
+< "primary": true
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430947973540000\"",
+< "id": "h0g17fas6es1gt2obhhgs8bsro@group.calendar.google.com",
+< "summary": "Test Calendar 1",
+< "timeZone": "UTC",
+< "colorId": "11",
+< "backgroundColor": "#fbe983",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430947978342000\"",
+< "id": "tulvlm6fiatm3a32l7f3i98bek@group.calendar.google.com",
+< "summary": "Test Calendar 2",
+< "timeZone": "UTC",
+< "colorId": "16",
+< "backgroundColor": "#4986e7",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430947738744000\"",
+< "id": "4v0gftqkoct5skn7t3ushbnsfg@group.calendar.google.com",
+< "summary": "Test Calendar 1",
+< "timeZone": "UTC",
+< "colorId": "8",
+< "backgroundColor": "#16a765",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430670856222000\"",
+< "id": "#contacts@group.v.calendar.google.com",
+< "summary": "Birthdays",
+< "description": "Displays birthdays of people in Google Contacts and optionally 'Your Circles' from Google+. Also displays anniversary and other event dates from Google Contacts, if applicable.",
+< "timeZone": "Europe/London",
+< "colorId": "13",
+< "backgroundColor": "#92e1c0",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "reader",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430670855908000\"",
+< "id": "en.uk#holiday@group.v.calendar.google.com",
+< "summary": "Holidays in United Kingdom",
+< "description": "Holidays and Observances in United Kingdom",
+< "timeZone": "Europe/London",
+< "colorId": "8",
+< "backgroundColor": "#16a765",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "reader",
+< "defaultReminders": []
+< }
+< ]
+< }
diff --git a/gdata/tests/traces/calendar/query-all-calendars-async-progress-closure b/gdata/tests/traces/calendar/query-all-calendars-async-progress-closure
index 1c651d69..d4c4351b 100644
--- a/gdata/tests/traces/calendar/query-all-calendars-async-progress-closure
+++ b/gdata/tests/traces/calendar/query-all-calendars-async-progress-closure
@@ -1,67 +1,145 @@
-> GET /calendar/feeds/default/allcalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202716
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 31 (0x7fffe003f640), SoupSocket 32 (0x775310)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202716
-< Soup-Debug: SoupMessage 31 (0x7fffe003f640)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:17 GMT
-< Set-Cookie: S=calendar=1JcZXDt8pcgXe8x7dR5dgA;Expires=Fri, 09-Aug-2013 11:54:18 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:16 GMT
-< Date: Tue, 30 Jul 2013 16:45:16 GMT
-< Location: https://www.google.com/calendar/feeds/default/allcalendars/full?gsessionid=1JcZXDt8pcgXe8x7dR5dgA
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/allcalendars/full?gsessionid=1JcZXDt8pcgXe8x7dR5dgA">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/default/allcalendars/full?gsessionid=1JcZXDt8pcgXe8x7dR5dgA HTTP/1.1
-> Soup-Debug-Timestamp: 1375202716
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 31 (0x7fffe003f640), SoupSocket 32 (0x775310), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> GET /calendar/v3/users/me/calendarList HTTP/1.1
+> Soup-Debug-Timestamp: 1430948003
+> Soup-Debug: SoupSession 1 (0x12bc240), SoupMessage 13 (0x7fcbdc0398b0), SoupSocket 6 (0x127b1a0)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGpyfNPtG5DI_53Jiu2taI0Hq5ho1AELWfwHQ_qvmVHPbaeRDNFIstvm7c6JBFGe4wZTa6LaHrYYA
> GData-Version: 2
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202717
-< Soup-Debug: SoupMessage 31 (0x7fffe003f640)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:18 GMT
-< Set-Cookie: S=calendar=OEkDTb3q_U4lKCiI6oeybw;Expires=Mon, 12-Aug-2013 17:52:13 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:17 GMT
-< Date: Tue, 30 Jul 2013 16:45:17 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEAFRnoyeyp7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:45:17 GMT
+< Soup-Debug-Timestamp: 1430948003
+< Soup-Debug: SoupMessage 13 (0x7fcbdc0398b0)
+< Expires: Wed, 06 May 2015 21:33:23 GMT
+< Date: Wed, 06 May 2015 21:33:23 GMT
+< Cache-Control: private, max-age=0, must-revalidate, no-transform
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEAFRnoyeyp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendarFeed'><id>http://www.google.com/calendar/feeds/default/allcalendars/full</id><updated>2013-07-30T16:45:17.493Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title>GData Test's Calendar List</title><link rel='alternate' type='text/html' href='https://www.google.com/calendar/render'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:startIndex>1</openSearch:startIndex><entry gd:etag='W/&quot;CEAFR347eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/libgdata.test%40googlemail.com</id><published>2013-07-30T16:45:17.370Z</published><updated>2013-07-30T16:45:16.000Z</updated><app:edited>2013-07-30T16:45:16.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>libgdata.test@googlemail.com</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/libgdata.test%40googlemail.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/libgdata.test%40googlemail.com'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><gCal:accesslevel value='owner'/><gCal:color value='#2952A3'/><gCal:hidden value='false'/><gCal:selected value='true'/><gCal:timezone value='Europe/London'/><gCal:timesCleaned value='4'/></entry><entry gd:etag='W/&quot;CEAFRH47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/tfn5sptdhn0te2l1koigfu6cak%40group.calendar.google.com</id><published>2013-07-30T16:45:17.395Z</published><updated>2013-07-30T16:45:15.000Z</updated><app:edited>2013-07-30T16:45:15.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 1</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/tfn5sptdhn0te2l1koigfu6cak%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/tfn5sptdhn0te2l1koigfu6cak%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/tfn5sptdhn0te2l1koigfu6cak%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/tfn5sptdhn0te2l1koigfu6cak%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/tfn5sptdhn0te2l1koigfu6cak%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/tfn5sptdhn0te2l1koigfu6cak%40group.calendar.google.com'/><author><name>Test Calendar 1</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry><entry gd:etag='W/&quot;CEAFR347eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/s7534c0sqfr8l21mi65nn7pmm8%40group.calendar.google.com</id><published>2013-07-30T16:45:17.425Z</published><updated>2013-07-30T16:45:16.000Z</updated><app:edited>2013-07-30T16:45:16.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 2</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/s7534c0sqfr8l21mi65nn7pmm8%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/s7534c0sqfr8l21mi65nn7pmm8%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/s7534c0sqfr8l21mi65nn7pmm8%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/s7534c0sqfr8l21mi65nn7pmm8%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/s7534c0sqfr8l21mi65nn7pmm8%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/s7534c0sqfr8l21mi65nn7pmm8%40group.calendar.google.com'/><author><name>Test Calendar 2</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry></feed>
+< {
+< "kind": "calendar#calendarList",
+< "etag": "\"1430948002317000\"",
+< "nextSyncToken": "00001430948002317000",
+< "items": [
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430947998187000\"",
+< "id": "ldqvjo2garg65mee88q8r3ngr8@group.calendar.google.com",
+< "summary": "Test Calendar 1",
+< "timeZone": "UTC",
+< "colorId": "12",
+< "backgroundColor": "#fad165",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"0\"",
+< "id": "libgdata.test@googlemail.com",
+< "summary": "libgdata.test@gmail.com",
+< "timeZone": "Europe/London",
+< "colorId": "17",
+< "backgroundColor": "#9a9cff",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": [
+< {
+< "method": "email",
+< "minutes": 10
+< },
+< {
+< "method": "popup",
+< "minutes": 30
+< }
+< ],
+< "notificationSettings": {
+< "notifications": [
+< {
+< "type": "eventCreation",
+< "method": "email"
+< },
+< {
+< "type": "eventChange",
+< "method": "email"
+< },
+< {
+< "type": "eventCancellation",
+< "method": "email"
+< },
+< {
+< "type": "eventResponse",
+< "method": "email"
+< }
+< ]
+< },
+< "primary": true
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430948002317000\"",
+< "id": "f6npslr0gr8vo6r55gs98hmq0c@group.calendar.google.com",
+< "summary": "Test Calendar 2",
+< "timeZone": "UTC",
+< "colorId": "17",
+< "backgroundColor": "#9a9cff",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430947738744000\"",
+< "id": "4v0gftqkoct5skn7t3ushbnsfg@group.calendar.google.com",
+< "summary": "Test Calendar 1",
+< "timeZone": "UTC",
+< "colorId": "8",
+< "backgroundColor": "#16a765",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430670856222000\"",
+< "id": "#contacts@group.v.calendar.google.com",
+< "summary": "Birthdays",
+< "description": "Displays birthdays of people in Google Contacts and optionally 'Your Circles' from Google+. Also displays anniversary and other event dates from Google Contacts, if applicable.",
+< "timeZone": "Europe/London",
+< "colorId": "13",
+< "backgroundColor": "#92e1c0",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "reader",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430670855908000\"",
+< "id": "en.uk#holiday@group.v.calendar.google.com",
+< "summary": "Holidays in United Kingdom",
+< "description": "Holidays and Observances in United Kingdom",
+< "timeZone": "Europe/London",
+< "colorId": "8",
+< "backgroundColor": "#16a765",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "reader",
+< "defaultReminders": []
+< }
+< ]
+< }
diff --git a/gdata/tests/traces/calendar/query-events b/gdata/tests/traces/calendar/query-events
index 6c541dd9..1d33ef57 100644
--- a/gdata/tests/traces/calendar/query-events
+++ b/gdata/tests/traces/calendar/query-events
@@ -1,67 +1,140 @@
-> GET /calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202696
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 19 (0x8c2b90), SoupSocket 24 (0x7753d0)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202696
-< Soup-Debug: SoupMessage 19 (0x8c2b90)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:44:57 GMT
-< Set-Cookie: S=calendar=zX87lcTPkns-ErdX3socLw;Expires=Fri, 09-Aug-2013 10:35:11 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:44:56 GMT
-< Date: Tue, 30 Jul 2013 16:44:56 GMT
-< Location: https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?gsessionid=zX87lcTPkns-ErdX3socLw
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?gsessionid=zX87lcTPkns-ErdX3socLw">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?gsessionid=zX87lcTPkns-ErdX3socLw HTTP/1.1
-> Soup-Debug-Timestamp: 1375202696
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 19 (0x8c2b90), SoupSocket 24 (0x7753d0), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> GET /calendar/v3/calendars/ndihjbq6agrl249fjqgd535qmk%40group.calendar.google.com/events HTTP/1.1
+> Soup-Debug-Timestamp: 1430948129
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 10 (0x1e1f290), SoupSocket 6 (0x1bbc270)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202697
-< Soup-Debug: SoupMessage 19 (0x8c2b90)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:44:57 GMT
-< Set-Cookie: S=calendar=QMm_x9O4Ed_LxevBxx1rjg;Expires=Tue, 13-Aug-2013 16:03:11 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:44:57 GMT
-< Date: Tue, 30 Jul 2013 16:44:57 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEENQn47eCp7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:44:53 GMT
+< Soup-Debug-Timestamp: 1430948129
+< Soup-Debug: SoupMessage 10 (0x1e1f290)
+< Expires: Wed, 06 May 2015 21:35:29 GMT
+< Date: Wed, 06 May 2015 21:35:29 GMT
+< Cache-Control: private, max-age=0, must-revalidate, no-transform
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEENQn47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#eventFeed'><id>http://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full</id><updated>2013-07-30T16:44:53.000Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Temp Test Calendar</title><subtitle>Temp Test Calendar</subtitle><link rel='alternate' type='text/html' href='https://www.google.com/calendar/embed?src=i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/g/2005#batch' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full/batch'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?max-results=25'/><author><name>Temp Test Calendar</name></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:totalResults>0</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></feed>
+< {
+< "kind": "calendar#events",
+< "etag": "\"1430948128920000\"",
+< "summary": "Temp Test Calendar",
+< "updated": "2015-05-06T21:35:28.920Z",
+< "timeZone": "UTC",
+< "accessRole": "owner",
+< "defaultReminders": [],
+< "nextSyncToken": "CMCjqpeJrsUCEMCjqpeJrsUCGAU=",
+< "items": [
+< {
+< "kind": "calendar#event",
+< "etag": "\"2861896255972000\"",
+< "id": "dsk9v6avumdakmikagf6bso60c",
+< "status": "confirmed",
+< "htmlLink": "https://www.google.com/calendar/event?eid=ZHNrOXY2YXZ1bWRha21pa2FnZjZic282MGMgMnVjcDlvZ21yZzJqY20yZzU5cGFpNnNkdGdAZw",
+< "created": "2015-05-06T21:35:27.000Z",
+< "updated": "2015-05-06T21:35:27.986Z",
+< "summary": "Test Event 1",
+< "creator": {
+< "email": "libgdata.test@googlemail.com",
+< "displayName": "GData Test"
+< },
+< "organizer": {
+< "email": "ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com",
+< "displayName": "Temp Test Calendar",
+< "self": true
+< },
+< "start": {
+< "dateTime": "2014-12-20T22:15:27Z",
+< "timeZone": "UTC"
+< },
+< "end": {
+< "dateTime": "2014-12-20T22:15:28Z",
+< "timeZone": "UTC"
+< },
+< "iCalUID": "dsk9v6avumdakmikagf6bso60c@google.com",
+< "sequence": 0,
+< "guestsCanInviteOthers": false,
+< "guestsCanSeeOtherGuests": false,
+< "reminders": {
+< "useDefault": true
+< }
+< },
+< {
+< "kind": "calendar#event",
+< "etag": "\"2861896257008000\"",
+< "id": "kp3h5adu1rivpi3cv1boi50u1s",
+< "status": "confirmed",
+< "htmlLink": "https://www.google.com/calendar/event?eid=a3AzaDVhZHUxcml2cGkzY3YxYm9pNTB1MXMgMnVjcDlvZ21yZzJqY20yZzU5cGFpNnNkdGdAZw",
+< "created": "2015-05-06T21:35:28.000Z",
+< "updated": "2015-05-06T21:35:28.504Z",
+< "summary": "Test Event 2",
+< "creator": {
+< "email": "libgdata.test@googlemail.com",
+< "displayName": "GData Test"
+< },
+< "organizer": {
+< "email": "ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com",
+< "displayName": "Temp Test Calendar",
+< "self": true
+< },
+< "start": {
+< "dateTime": "2014-12-20T22:03:20Z",
+< "timeZone": "UTC"
+< },
+< "end": {
+< "dateTime": "2014-12-20T22:20:00Z",
+< "timeZone": "UTC"
+< },
+< "iCalUID": "kp3h5adu1rivpi3cv1boi50u1s@google.com",
+< "sequence": 0,
+< "guestsCanInviteOthers": false,
+< "guestsCanSeeOtherGuests": false,
+< "reminders": {
+< "useDefault": true
+< }
+< },
+< {
+< "kind": "calendar#event",
+< "etag": "\"2861896257670000\"",
+< "id": "e6kep3e08m15gsbbilvp0a35fg",
+< "status": "confirmed",
+< "htmlLink": "https://www.google.com/calendar/event?eid=ZTZrZXAzZTA4bTE1Z3NiYmlsdnAwYTM1ZmcgMnVjcDlvZ21yZzJqY20yZzU5cGFpNnNkdGdAZw",
+< "created": "2015-05-06T21:35:28.000Z",
+< "updated": "2015-05-06T21:35:28.835Z",
+< "summary": "Test Event 3",
+< "creator": {
+< "email": "libgdata.test@googlemail.com",
+< "displayName": "GData Test"
+< },
+< "organizer": {
+< "email": "ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com",
+< "displayName": "Temp Test Calendar",
+< "self": true
+< },
+< "start": {
+< "date": "2014-12-20"
+< },
+< "end": {
+< "date": "2014-12-21"
+< },
+< "iCalUID": "e6kep3e08m15gsbbilvp0a35fg@google.com",
+< "sequence": 0,
+< "guestsCanInviteOthers": false,
+< "guestsCanSeeOtherGuests": false,
+< "reminders": {
+< "useDefault": true
+< }
+< }
+< ]
+< }
diff --git a/gdata/tests/traces/calendar/query-events-async-progress-closure b/gdata/tests/traces/calendar/query-events-async-progress-closure
index 94c224a9..b2595146 100644
--- a/gdata/tests/traces/calendar/query-events-async-progress-closure
+++ b/gdata/tests/traces/calendar/query-events-async-progress-closure
@@ -1,67 +1,140 @@
-> GET /calendar/feeds/hv8lcrggbk4khiq1keooek270g%40group.calendar.google.com/private/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202779
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 75 (0x7fffe003f280), SoupSocket 71 (0x775550)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202779
-< Soup-Debug: SoupMessage 75 (0x7fffe003f280)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:20 GMT
-< Set-Cookie: S=calendar=UNRNTlLv59RnD1M7iC4YYg;Expires=Thu, 08-Aug-2013 07:48:14 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:19 GMT
-< Date: Tue, 30 Jul 2013 16:46:19 GMT
-< Location: https://www.google.com/calendar/feeds/hv8lcrggbk4khiq1keooek270g%40group.calendar.google.com/private/full?gsessionid=UNRNTlLv59RnD1M7iC4YYg
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/hv8lcrggbk4khiq1keooek270g%40group.calendar.google.com/private/full?gsessionid=UNRNTlLv59RnD1M7iC4YYg">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/hv8lcrggbk4khiq1keooek270g%40group.calendar.google.com/private/full?gsessionid=UNRNTlLv59RnD1M7iC4YYg HTTP/1.1
-> Soup-Debug-Timestamp: 1375202779
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 75 (0x7fffe003f280), SoupSocket 71 (0x775550), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> GET /calendar/v3/calendars/k2n1p44o1vnvgqm1gqaih1u2l4%40group.calendar.google.com/events HTTP/1.1
+> Soup-Debug-Timestamp: 1430948178
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 46 (0x7fbbf4011190), SoupSocket 27 (0x7fbbfc002df0)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202779
-< Soup-Debug: SoupMessage 75 (0x7fffe003f280)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:20 GMT
-< Set-Cookie: S=calendar=imjTXsve2K2ej2_cDD68nQ;Expires=Wed, 07-Aug-2013 14:07:34 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:19 GMT
-< Date: Tue, 30 Jul 2013 16:46:19 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEADRH47eCp7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:46:15 GMT
+< Soup-Debug-Timestamp: 1430948178
+< Soup-Debug: SoupMessage 46 (0x7fbbf4011190)
+< Expires: Wed, 06 May 2015 21:36:18 GMT
+< Date: Wed, 06 May 2015 21:36:18 GMT
+< Cache-Control: private, max-age=0, must-revalidate, no-transform
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEADRH47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#eventFeed'><id>http://www.google.com/calendar/feeds/hv8lcrggbk4khiq1keooek270g%40group.calendar.google.com/private/full</id><updated>2013-07-30T16:46:15.000Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Temp Test Calendar</title><subtitle>Temp Test Calendar</subtitle><link rel='alternate' type='text/html' href='https://www.google.com/calendar/embed?src=hv8lcrggbk4khiq1keooek270g%40group.calendar.google.com'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/hv8lcrggbk4khiq1keooek270g%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/hv8lcrggbk4khiq1keooek270g%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/g/2005#batch' type='application/atom+xml' href='https://www.google.com/calendar/feeds/hv8lcrggbk4khiq1keooek270g%40group.calendar.google.com/private/full/batch'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/hv8lcrggbk4khiq1keooek270g%40group.calendar.google.com/private/full?max-results=25'/><author><name>Temp Test Calendar</name></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:totalResults>0</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></feed>
+< {
+< "kind": "calendar#events",
+< "etag": "\"1430948178382000\"",
+< "summary": "Temp Test Calendar",
+< "updated": "2015-05-06T21:36:18.382Z",
+< "timeZone": "UTC",
+< "accessRole": "owner",
+< "defaultReminders": [],
+< "nextSyncToken": "CLCZ9a6JrsUCELCZ9a6JrsUCGAU=",
+< "items": [
+< {
+< "kind": "calendar#event",
+< "etag": "\"2861896355510000\"",
+< "id": "k99h2m7k5hgdvno8ef0vbl3q4g",
+< "status": "confirmed",
+< "htmlLink": "https://www.google.com/calendar/event?eid=azk5aDJtN2s1aGdkdm5vOGVmMHZibDNxNGcgazJuMXA0NG8xdm52Z3FtMWdxYWloMXUybDRAZw",
+< "created": "2015-05-06T21:36:17.000Z",
+< "updated": "2015-05-06T21:36:17.755Z",
+< "summary": "Test Event 1",
+< "creator": {
+< "email": "libgdata.test@googlemail.com",
+< "displayName": "GData Test"
+< },
+< "organizer": {
+< "email": "k2n1p44o1vnvgqm1gqaih1u2l4@group.calendar.google.com",
+< "displayName": "Temp Test Calendar",
+< "self": true
+< },
+< "start": {
+< "dateTime": "2014-12-20T22:15:27Z",
+< "timeZone": "UTC"
+< },
+< "end": {
+< "dateTime": "2014-12-20T22:15:28Z",
+< "timeZone": "UTC"
+< },
+< "iCalUID": "k99h2m7k5hgdvno8ef0vbl3q4g@google.com",
+< "sequence": 0,
+< "guestsCanInviteOthers": false,
+< "guestsCanSeeOtherGuests": false,
+< "reminders": {
+< "useDefault": true
+< }
+< },
+< {
+< "kind": "calendar#event",
+< "etag": "\"2861896356160000\"",
+< "id": "kl0kr2iuuhrdh4fdskdb86ed28",
+< "status": "confirmed",
+< "htmlLink": "https://www.google.com/calendar/event?eid=a2wwa3IyaXV1aHJkaDRmZHNrZGI4NmVkMjggazJuMXA0NG8xdm52Z3FtMWdxYWloMXUybDRAZw",
+< "created": "2015-05-06T21:36:18.000Z",
+< "updated": "2015-05-06T21:36:18.080Z",
+< "summary": "Test Event 2",
+< "creator": {
+< "email": "libgdata.test@googlemail.com",
+< "displayName": "GData Test"
+< },
+< "organizer": {
+< "email": "k2n1p44o1vnvgqm1gqaih1u2l4@group.calendar.google.com",
+< "displayName": "Temp Test Calendar",
+< "self": true
+< },
+< "start": {
+< "dateTime": "2014-12-20T22:03:20Z",
+< "timeZone": "UTC"
+< },
+< "end": {
+< "dateTime": "2014-12-20T22:20:00Z",
+< "timeZone": "UTC"
+< },
+< "iCalUID": "kl0kr2iuuhrdh4fdskdb86ed28@google.com",
+< "sequence": 0,
+< "guestsCanInviteOthers": false,
+< "guestsCanSeeOtherGuests": false,
+< "reminders": {
+< "useDefault": true
+< }
+< },
+< {
+< "kind": "calendar#event",
+< "etag": "\"2861896356646000\"",
+< "id": "vnsk4ts0gkt6tm6tfj3ligcnr4",
+< "status": "confirmed",
+< "htmlLink": "https://www.google.com/calendar/event?eid=dm5zazR0czBna3Q2dG02dGZqM2xpZ2NucjQgazJuMXA0NG8xdm52Z3FtMWdxYWloMXUybDRAZw",
+< "created": "2015-05-06T21:36:18.000Z",
+< "updated": "2015-05-06T21:36:18.323Z",
+< "summary": "Test Event 3",
+< "creator": {
+< "email": "libgdata.test@googlemail.com",
+< "displayName": "GData Test"
+< },
+< "organizer": {
+< "email": "k2n1p44o1vnvgqm1gqaih1u2l4@group.calendar.google.com",
+< "displayName": "Temp Test Calendar",
+< "self": true
+< },
+< "start": {
+< "date": "2014-12-20"
+< },
+< "end": {
+< "date": "2014-12-21"
+< },
+< "iCalUID": "vnsk4ts0gkt6tm6tfj3ligcnr4@google.com",
+< "sequence": 0,
+< "guestsCanInviteOthers": false,
+< "guestsCanSeeOtherGuests": false,
+< "reminders": {
+< "useDefault": true
+< }
+< }
+< ]
+< }
diff --git a/gdata/tests/traces/calendar/query-own-calendars b/gdata/tests/traces/calendar/query-own-calendars
index 244af445..089303e4 100644
--- a/gdata/tests/traces/calendar/query-own-calendars
+++ b/gdata/tests/traces/calendar/query-own-calendars
@@ -1,67 +1,117 @@
-> GET /calendar/feeds/default/owncalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202685
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 12 (0x8c28c0), SoupSocket 16 (0x7fffe0040970)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202686
-< Soup-Debug: SoupMessage 12 (0x8c28c0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:44:47 GMT
-< Set-Cookie: S=calendar=GP-MbuWznyoJx3iOc8DC5g;Expires=Mon, 12-Aug-2013 09:16:15 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:44:46 GMT
-< Date: Tue, 30 Jul 2013 16:44:46 GMT
-< Location: https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=GP-MbuWznyoJx3iOc8DC5g
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=GP-MbuWznyoJx3iOc8DC5g">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/default/owncalendars/full?gsessionid=GP-MbuWznyoJx3iOc8DC5g HTTP/1.1
-> Soup-Debug-Timestamp: 1375202686
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 12 (0x8c28c0), SoupSocket 16 (0x7fffe0040970), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> GET /calendar/v3/users/me/calendarList?minAccessRole=owner HTTP/1.1
+> Soup-Debug-Timestamp: 1430948119
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 3 (0x1e1f470), SoupSocket 2 (0x7fbbf8003780)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202686
-< Soup-Debug: SoupMessage 12 (0x8c28c0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:44:47 GMT
-< Set-Cookie: S=calendar=HKhKqHTPYYB13j1iBtcRig;Expires=Fri, 09-Aug-2013 15:23:38 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:44:46 GMT
-< Date: Tue, 30 Jul 2013 16:44:46 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEEMR3Y9cCp7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:44:46 GMT
+< Soup-Debug-Timestamp: 1430948119
+< Soup-Debug: SoupMessage 3 (0x1e1f470)
+< Expires: Wed, 06 May 2015 21:35:19 GMT
+< Date: Wed, 06 May 2015 21:35:19 GMT
+< Cache-Control: private, max-age=0, must-revalidate, no-transform
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEEMR3Y9cCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendarFeed'><id>http://www.google.com/calendar/feeds/default/owncalendars/full</id><updated>2013-07-30T16:44:46.868Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title>GData Test's Calendar List</title><link rel='alternate' type='text/html' href='https://www.google.com/calendar/render'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:startIndex>1</openSearch:startIndex><entry gd:etag='W/&quot;CEEMRH47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/libgdata.test%40googlemail.com</id><published>2013-07-30T16:44:46.749Z</published><updated>2013-07-30T16:44:45.000Z</updated><app:edited>2013-07-30T16:44:45.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>libgdata.test@googlemail.com</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/libgdata.test%40googlemail.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/libgdata.test%40googlemail.com'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><gCal:accesslevel value='owner'/><gCal:color value='#2952A3'/><gCal:hidden value='false'/><gCal:selected value='true'/><gCal:timezone value='Europe/London'/><gCal:timesCleaned value='4'/></entry><entry gd:etag='W/&quot;CEEMQn47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/35jhepotuknkdd99v6plv1u3u4%40group.calendar.google.com</id><published>2013-07-30T16:44:46.778Z</published><updated>2013-07-30T16:44:43.000Z</updated><app:edited>2013-07-30T16:44:43.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 1</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/35jhepotuknkdd99v6plv1u3u4%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/35jhepotuknkdd99v6plv1u3u4%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/35jhepotuknkdd99v6plv1u3u4%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/35jhepotuknkdd99v6plv1u3u4%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/35jhepotuknkdd99v6plv1u3u4%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/35jhepotuknkdd99v6plv1u3u4%40group.calendar.google.com'/><author><name>Test Calendar 1</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry><entry gd:etag='W/&quot;CEEMR347eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/1d7hh58cr174hm2l5c0s8q5o0k%40group.calendar.google.com</id><published>2013-07-30T16:44:46.802Z</published><updated>2013-07-30T16:44:46.000Z</updated><app:edited>2013-07-30T16:44:46.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 2</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/1d7hh58cr174hm2l5c0s8q5o0k%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/1d7hh58cr174hm2l5c0s8q5o0k%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/1d7hh58cr174hm2l5c0s8q5o0k%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/1d7hh58cr174hm2l5c0s8q5o0k%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/1d7hh58cr174hm2l5c0s8q5o0k%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/1d7hh58cr174hm2l5c0s8q5o0k%40group.calendar.google.com'/><author><name>Test Calendar 2</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry></feed>
+< {
+< "kind": "calendar#calendarList",
+< "etag": "\"1430948118288000\"",
+< "nextSyncToken": "00001430948118288000",
+< "items": [
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"0\"",
+< "id": "libgdata.test@googlemail.com",
+< "summary": "libgdata.test@gmail.com",
+< "timeZone": "Europe/London",
+< "colorId": "17",
+< "backgroundColor": "#9a9cff",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": [
+< {
+< "method": "email",
+< "minutes": 10
+< },
+< {
+< "method": "popup",
+< "minutes": 30
+< }
+< ],
+< "notificationSettings": {
+< "notifications": [
+< {
+< "type": "eventCreation",
+< "method": "email"
+< },
+< {
+< "type": "eventChange",
+< "method": "email"
+< },
+< {
+< "type": "eventCancellation",
+< "method": "email"
+< },
+< {
+< "type": "eventResponse",
+< "method": "email"
+< }
+< ]
+< },
+< "primary": true
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430948114870000\"",
+< "id": "nv4r3trfm207gdgnj00h4n0aco@group.calendar.google.com",
+< "summary": "Test Calendar 1",
+< "timeZone": "UTC",
+< "colorId": "12",
+< "backgroundColor": "#fad165",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430948118288000\"",
+< "id": "nesef3i0vht0bgrm32fnkl4sf4@group.calendar.google.com",
+< "summary": "Test Calendar 2",
+< "timeZone": "UTC",
+< "colorId": "7",
+< "backgroundColor": "#42d692",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430947738744000\"",
+< "id": "4v0gftqkoct5skn7t3ushbnsfg@group.calendar.google.com",
+< "summary": "Test Calendar 1",
+< "timeZone": "UTC",
+< "colorId": "8",
+< "backgroundColor": "#16a765",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< }
+< ]
+< }
diff --git a/gdata/tests/traces/calendar/query-own-calendars-async-progress-closure b/gdata/tests/traces/calendar/query-own-calendars-async-progress-closure
index d5f8b3f1..9e866537 100644
--- a/gdata/tests/traces/calendar/query-own-calendars-async-progress-closure
+++ b/gdata/tests/traces/calendar/query-own-calendars-async-progress-closure
@@ -1,67 +1,117 @@
-> GET /calendar/feeds/default/owncalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202746
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 50 (0x7fffe4010650), SoupSocket 47 (0x775250)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202746
-< Soup-Debug: SoupMessage 50 (0x7fffe4010650)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:47 GMT
-< Set-Cookie: S=calendar=lxQ9Y-wszFQQAVCSzWATOQ;Expires=Tue, 13-Aug-2013 06:01:56 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:46 GMT
-< Date: Tue, 30 Jul 2013 16:45:46 GMT
-< Location: https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=lxQ9Y-wszFQQAVCSzWATOQ
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=lxQ9Y-wszFQQAVCSzWATOQ">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/default/owncalendars/full?gsessionid=lxQ9Y-wszFQQAVCSzWATOQ HTTP/1.1
-> Soup-Debug-Timestamp: 1375202746
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 50 (0x7fffe4010650), SoupSocket 47 (0x775250), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> GET /calendar/v3/users/me/calendarList?minAccessRole=owner HTTP/1.1
+> Soup-Debug-Timestamp: 1430948151
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 22 (0x7fbbf00380c0), SoupSocket 12 (0x1bbc340)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202747
-< Soup-Debug: SoupMessage 50 (0x7fffe4010650)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:47 GMT
-< Set-Cookie: S=calendar=EwgvHhyUD3Eo_XSH4g94jQ;Expires=Sun, 11-Aug-2013 10:27:20 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:47 GMT
-< Date: Tue, 30 Jul 2013 16:45:47 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEAARn0yfCp7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:45:47 GMT
+< Soup-Debug-Timestamp: 1430948152
+< Soup-Debug: SoupMessage 22 (0x7fbbf00380c0)
+< Expires: Wed, 06 May 2015 21:35:52 GMT
+< Date: Wed, 06 May 2015 21:35:52 GMT
+< Cache-Control: private, max-age=0, must-revalidate, no-transform
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEAARn0yfCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendarFeed'><id>http://www.google.com/calendar/feeds/default/owncalendars/full</id><updated>2013-07-30T16:45:47.394Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title>GData Test's Calendar List</title><link rel='alternate' type='text/html' href='https://www.google.com/calendar/render'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:startIndex>1</openSearch:startIndex><entry gd:etag='W/&quot;CEAAR347eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/libgdata.test%40googlemail.com</id><published>2013-07-30T16:45:47.285Z</published><updated>2013-07-30T16:45:46.000Z</updated><app:edited>2013-07-30T16:45:46.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>libgdata.test@googlemail.com</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/libgdata.test%40googlemail.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/libgdata.test%40googlemail.com'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><gCal:accesslevel value='owner'/><gCal:color value='#2952A3'/><gCal:hidden value='false'/><gCal:selected value='true'/><gCal:timezone value='Europe/London'/><gCal:timesCleaned value='4'/></entry><entry gd:etag='W/&quot;CEAARX47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/q9nqt82mkvlmt3clsu8hpeu96s%40group.calendar.google.com</id><published>2013-07-30T16:45:47.309Z</published><updated>2013-07-30T16:45:44.000Z</updated><app:edited>2013-07-30T16:45:44.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 1</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/q9nqt82mkvlmt3clsu8hpeu96s%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/q9nqt82mkvlmt3clsu8hpeu96s%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/q9nqt82mkvlmt3clsu8hpeu96s%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/q9nqt82mkvlmt3clsu8hpeu96s%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/q9nqt82mkvlmt3clsu8hpeu96s%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/q9nqt82mkvlmt3clsu8hpeu96s%40group.calendar.google.com'/><author><name>Test Calendar 1</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry><entry gd:etag='W/&quot;CEAAR347eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/o9nb1pfd0ifmh9sqrovejavfv8%40group.calendar.google.com</id><published>2013-07-30T16:45:47.313Z</published><updated>2013-07-30T16:45:46.000Z</updated><app:edited>2013-07-30T16:45:46.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 2</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/o9nb1pfd0ifmh9sqrovejavfv8%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/o9nb1pfd0ifmh9sqrovejavfv8%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/o9nb1pfd0ifmh9sqrovejavfv8%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/o9nb1pfd0ifmh9sqrovejavfv8%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/o9nb1pfd0ifmh9sqrovejavfv8%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/o9nb1pfd0ifmh9sqrovejavfv8%40group.calendar.google.com'/><author><name>Test Calendar 2</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry></feed>
+< {
+< "kind": "calendar#calendarList",
+< "etag": "\"1430948149620000\"",
+< "nextSyncToken": "00001430948149620000",
+< "items": [
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430948149620000\"",
+< "id": "tnmr3o45pbh7khv4cjfdlh2ovs@group.calendar.google.com",
+< "summary": "Test Calendar 2",
+< "timeZone": "UTC",
+< "colorId": "17",
+< "backgroundColor": "#9a9cff",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430948146361000\"",
+< "id": "ct3tu576bq2sf0u12desgioej4@group.calendar.google.com",
+< "summary": "Test Calendar 1",
+< "timeZone": "UTC",
+< "colorId": "22",
+< "backgroundColor": "#f691b2",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"0\"",
+< "id": "libgdata.test@googlemail.com",
+< "summary": "libgdata.test@gmail.com",
+< "timeZone": "Europe/London",
+< "colorId": "17",
+< "backgroundColor": "#9a9cff",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": [
+< {
+< "method": "email",
+< "minutes": 10
+< },
+< {
+< "method": "popup",
+< "minutes": 30
+< }
+< ],
+< "notificationSettings": {
+< "notifications": [
+< {
+< "type": "eventCreation",
+< "method": "email"
+< },
+< {
+< "type": "eventChange",
+< "method": "email"
+< },
+< {
+< "type": "eventCancellation",
+< "method": "email"
+< },
+< {
+< "type": "eventResponse",
+< "method": "email"
+< }
+< ]
+< },
+< "primary": true
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430947738744000\"",
+< "id": "4v0gftqkoct5skn7t3ushbnsfg@group.calendar.google.com",
+< "summary": "Test Calendar 1",
+< "timeZone": "UTC",
+< "colorId": "8",
+< "backgroundColor": "#16a765",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< }
+< ]
+< }
diff --git a/gdata/tests/traces/calendar/query_all_calendars-async b/gdata/tests/traces/calendar/query_all_calendars-async
index d499299e..e8649386 100644
--- a/gdata/tests/traces/calendar/query_all_calendars-async
+++ b/gdata/tests/traces/calendar/query_all_calendars-async
@@ -1,67 +1,145 @@
-> GET /calendar/feeds/default/allcalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202707
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 26 (0x7fffe003f550), SoupSocket 28 (0x775190)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202707
-< Soup-Debug: SoupMessage 26 (0x7fffe003f550)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:08 GMT
-< Set-Cookie: S=calendar=dXpp_9Z3o1659tATizshWg;Expires=Fri, 09-Aug-2013 12:03:47 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:07 GMT
-< Date: Tue, 30 Jul 2013 16:45:07 GMT
-< Location: https://www.google.com/calendar/feeds/default/allcalendars/full?gsessionid=dXpp_9Z3o1659tATizshWg
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/allcalendars/full?gsessionid=dXpp_9Z3o1659tATizshWg">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/default/allcalendars/full?gsessionid=dXpp_9Z3o1659tATizshWg HTTP/1.1
-> Soup-Debug-Timestamp: 1375202707
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 26 (0x7fffe003f550), SoupSocket 28 (0x775190), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> GET /calendar/v3/users/me/calendarList HTTP/1.1
+> Soup-Debug-Timestamp: 1430947991
+> Soup-Debug: SoupSession 1 (0x12bc240), SoupMessage 8 (0x1553650), SoupSocket 4 (0x127b410)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGpyfNPtG5DI_53Jiu2taI0Hq5ho1AELWfwHQ_qvmVHPbaeRDNFIstvm7c6JBFGe4wZTa6LaHrYYA
> GData-Version: 2
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202708
-< Soup-Debug: SoupMessage 26 (0x7fffe003f550)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:08 GMT
-< Set-Cookie: S=calendar=WT7oFVPSye1qKoYNJoXoLw;Expires=Mon, 12-Aug-2013 19:21:38 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:08 GMT
-< Date: Tue, 30 Jul 2013 16:45:08 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEAESX0-eip7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:45:08 GMT
+< Soup-Debug-Timestamp: 1430947992
+< Soup-Debug: SoupMessage 8 (0x1553650)
+< Expires: Wed, 06 May 2015 21:33:12 GMT
+< Date: Wed, 06 May 2015 21:33:12 GMT
+< Cache-Control: private, max-age=0, must-revalidate, no-transform
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEAESX0-eip7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendarFeed'><id>http://www.google.com/calendar/feeds/default/allcalendars/full</id><updated>2013-07-30T16:45:08.352Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title>GData Test's Calendar List</title><link rel='alternate' type='text/html' href='https://www.google.com/calendar/render'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:startIndex>1</openSearch:startIndex><entry gd:etag='W/&quot;CEAERn47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/libgdata.test%40googlemail.com</id><published>2013-07-30T16:45:08.284Z</published><updated>2013-07-30T16:45:07.000Z</updated><app:edited>2013-07-30T16:45:07.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>libgdata.test@googlemail.com</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/libgdata.test%40googlemail.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/libgdata.test%40googlemail.com'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><gCal:accesslevel value='owner'/><gCal:color value='#2952A3'/><gCal:hidden value='false'/><gCal:selected value='true'/><gCal:timezone value='Europe/London'/><gCal:timesCleaned value='4'/></entry><entry gd:etag='W/&quot;CEAERX47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/8dc1p0kuphlpb7c0i64do76drs%40group.calendar.google.com</id><published>2013-07-30T16:45:08.285Z</published><updated>2013-07-30T16:45:04.000Z</updated><app:edited>2013-07-30T16:45:04.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 1</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/8dc1p0kuphlpb7c0i64do76drs%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/8dc1p0kuphlpb7c0i64do76drs%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/8dc1p0kuphlpb7c0i64do76drs%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/8dc1p0kuphlpb7c0i64do76drs%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/8dc1p0kuphlpb7c0i64do76drs%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/8dc1p0kuphlpb7c0i64do76drs%40group.calendar.google.com'/><author><name>Test Calendar 1</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry><entry gd:etag='W/&quot;CEAERn47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/d4m6hr1ja6djkds4nnf3ua2r88%40group.calendar.google.com</id><published>2013-07-30T16:45:08.309Z</published><updated>2013-07-30T16:45:07.000Z</updated><app:edited>2013-07-30T16:45:07.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 2</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/d4m6hr1ja6djkds4nnf3ua2r88%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/d4m6hr1ja6djkds4nnf3ua2r88%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/d4m6hr1ja6djkds4nnf3ua2r88%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/d4m6hr1ja6djkds4nnf3ua2r88%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/d4m6hr1ja6djkds4nnf3ua2r88%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/d4m6hr1ja6djkds4nnf3ua2r88%40group.calendar.google.com'/><author><name>Test Calendar 2</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry></feed>
+< {
+< "kind": "calendar#calendarList",
+< "etag": "\"1430947991186000\"",
+< "nextSyncToken": "00001430947991186000",
+< "items": [
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430947986743000\"",
+< "id": "rknuemffiacetoi5vhaqbbbcms@group.calendar.google.com",
+< "summary": "Test Calendar 1",
+< "timeZone": "UTC",
+< "colorId": "3",
+< "backgroundColor": "#f83a22",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"0\"",
+< "id": "libgdata.test@googlemail.com",
+< "summary": "libgdata.test@gmail.com",
+< "timeZone": "Europe/London",
+< "colorId": "17",
+< "backgroundColor": "#9a9cff",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": [
+< {
+< "method": "email",
+< "minutes": 10
+< },
+< {
+< "method": "popup",
+< "minutes": 30
+< }
+< ],
+< "notificationSettings": {
+< "notifications": [
+< {
+< "type": "eventCreation",
+< "method": "email"
+< },
+< {
+< "type": "eventChange",
+< "method": "email"
+< },
+< {
+< "type": "eventCancellation",
+< "method": "email"
+< },
+< {
+< "type": "eventResponse",
+< "method": "email"
+< }
+< ]
+< },
+< "primary": true
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430947991186000\"",
+< "id": "tukt7soavoc8j6ctm8cec7tddc@group.calendar.google.com",
+< "summary": "Test Calendar 2",
+< "timeZone": "UTC",
+< "colorId": "23",
+< "backgroundColor": "#cd74e6",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430947738744000\"",
+< "id": "4v0gftqkoct5skn7t3ushbnsfg@group.calendar.google.com",
+< "summary": "Test Calendar 1",
+< "timeZone": "UTC",
+< "colorId": "8",
+< "backgroundColor": "#16a765",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430670856222000\"",
+< "id": "#contacts@group.v.calendar.google.com",
+< "summary": "Birthdays",
+< "description": "Displays birthdays of people in Google Contacts and optionally 'Your Circles' from Google+. Also displays anniversary and other event dates from Google Contacts, if applicable.",
+< "timeZone": "Europe/London",
+< "colorId": "13",
+< "backgroundColor": "#92e1c0",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "reader",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430670855908000\"",
+< "id": "en.uk#holiday@group.v.calendar.google.com",
+< "summary": "Holidays in United Kingdom",
+< "description": "Holidays and Observances in United Kingdom",
+< "timeZone": "Europe/London",
+< "colorId": "8",
+< "backgroundColor": "#16a765",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "reader",
+< "defaultReminders": []
+< }
+< ]
+< }
diff --git a/gdata/tests/traces/calendar/query_all_calendars-async-cancellation b/gdata/tests/traces/calendar/query_all_calendars-async-cancellation
index 2d45a130..ce17c79b 100644
--- a/gdata/tests/traces/calendar/query_all_calendars-async-cancellation
+++ b/gdata/tests/traces/calendar/query_all_calendars-async-cancellation
@@ -1,304 +1,145 @@
-> GET /calendar/feeds/default/allcalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202726
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 38 (0x7fffe4010380), SoupSocket 37 (0x775610)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202726
-< Soup-Debug: SoupMessage 38 (0x7fffe4010380)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:27 GMT
-< Set-Cookie: S=calendar=8e-gokgg33yO1NSNxDua7g;Expires=Fri, 09-Aug-2013 00:35:55 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:26 GMT
-< Date: Tue, 30 Jul 2013 16:45:26 GMT
-< Location: https://www.google.com/calendar/feeds/default/allcalendars/full?gsessionid=8e-gokgg33yO1NSNxDua7g
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/allcalendars/full?gsessionid=8e-gokgg33yO1NSNxDua7g">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/default/allcalendars/full?gsessionid=8e-gokgg33yO1NSNxDua7g HTTP/1.1
-> Soup-Debug-Timestamp: 1375202726
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 38 (0x7fffe4010380), SoupSocket 37 (0x775610), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202727
-< Soup-Debug: SoupMessage 38 (0x7fffe4010380)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_q4NwI2V8UT-SSEMjiblkY8jTSCIGQJCo_ZFavemirrG0G2jzg3jjEVC3CQauPSZoNTFtDCw6Eu1-1S6nOyDK2J9zwLcpKLPHGuWk8fzL5JjKgN0Z0HbdhVtGaldMU2XCoc4_I0dsAZNFNzMl12pQ2IhlOpKYk_syrjXgbEIFWB07e6wSu6Mp1XswtWQL95nokCfWJkTHf4YGsR2zpy2736UplfLIVHDJLz7fiJzKG-5nUmoz2a5jdwopbkQ6flW44tTL7okPm_2Y6nqlPi74Mg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:27 GMT
-< Set-Cookie: S=calendar=PTX9veeFxJZz_78OlCSqTw;Expires=Fri, 09-Aug-2013 03:29:07 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:27 GMT
-< Date: Tue, 30 Jul 2013 16:45:27 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEAGRn84fSp7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:45:27 GMT
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEAGRn84fSp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendarFeed'><id>http://www.google.com/calendar/feeds/default/allcalendars/full</id><updated>2013-07-30T16:45:27.135Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title>GData Test's Calendar List</title><link rel='alternate' type='text/html' href='https://www.google.com/calendar/render'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:startIndex>1</openSearch:startIndex><entry gd:etag='W/&quot;CEAGRH47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/libgdata.test%40googlemail.com</id><published>2013-07-30T16:45:27.025Z</published><updated>2013-07-30T16:45:25.000Z</updated><app:edited>2013-07-30T16:45:25.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>libgdata.test@googlemail.com</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/libgdata.test%40googlemail.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/libgdata.test%40googlemail.com'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><gCal:accesslevel value='owner'/><gCal:color value='#2952A3'/><gCal:hidden value='false'/><gCal:selected value='true'/><gCal:timezone value='Europe/London'/><gCal:timesCleaned value='4'/></entry><entry gd:etag='W/&quot;CEAGQ347eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com</id><published>2013-07-30T16:45:27.094Z</published><updated>2013-07-30T16:45:22.000Z</updated><app:edited>2013-07-30T16:45:22.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 1</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com'/><author><name>Test Calendar 1</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry><entry gd:etag='W/&quot;CEAGRH47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com</id><published>2013-07-30T16:45:27.025Z</published><updated>2013-07-30T16:45:25.000Z</updated><app:edited>2013-07-30T16:45:25.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 2</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com'/><author><name>Test Calendar 2</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry></feed>
-
-> GET /calendar/feeds/default/allcalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202725
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 37 (0x8c2e60), SoupSocket 35 (0x775610)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202726
-< Soup-Debug: SoupMessage 37 (0x8c2e60)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:27 GMT
-< Set-Cookie: S=calendar=h14OI8mSZ3gJF4RBqoLQjA;Expires=Mon, 12-Aug-2013 14:17:21 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:26 GMT
-< Date: Tue, 30 Jul 2013 16:45:26 GMT
-< Location: https://www.google.com/calendar/feeds/default/allcalendars/full?gsessionid=h14OI8mSZ3gJF4RBqoLQjA
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/allcalendars/full?gsessionid=h14OI8mSZ3gJF4RBqoLQjA">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/default/allcalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202726
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 38 (0x7fffe4010380), SoupSocket 37 (0x775610)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202726
-< Soup-Debug: SoupMessage 38 (0x7fffe4010380)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:27 GMT
-< Set-Cookie: S=calendar=8e-gokgg33yO1NSNxDua7g;Expires=Fri, 09-Aug-2013 00:35:55 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:26 GMT
-< Date: Tue, 30 Jul 2013 16:45:26 GMT
-< Location: https://www.google.com/calendar/feeds/default/allcalendars/full?gsessionid=8e-gokgg33yO1NSNxDua7g
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/allcalendars/full?gsessionid=8e-gokgg33yO1NSNxDua7g">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/default/allcalendars/full?gsessionid=8e-gokgg33yO1NSNxDua7g HTTP/1.1
-> Soup-Debug-Timestamp: 1375202726
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 38 (0x7fffe4010380), SoupSocket 37 (0x775610), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202727
-< Soup-Debug: SoupMessage 38 (0x7fffe4010380)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_q4NwI2V8UT-SSEMjiblkY8jTSCIGQJCo_ZFavemirrG0G2jzg3jjEVC3CQauPSZoNTFtDCw6Eu1-1S6nOyDK2J9zwLcpKLPHGuWk8fzL5JjKgN0Z0HbdhVtGaldMU2XCoc4_I0dsAZNFNzMl12pQ2IhlOpKYk_syrjXgbEIFWB07e6wSu6Mp1XswtWQL95nokCfWJkTHf4YGsR2zpy2736UplfLIVHDJLz7fiJzKG-5nUmoz2a5jdwopbkQ6flW44tTL7okPm_2Y6nqlPi74Mg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:27 GMT
-< Set-Cookie: S=calendar=PTX9veeFxJZz_78OlCSqTw;Expires=Fri, 09-Aug-2013 03:29:07 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:27 GMT
-< Date: Tue, 30 Jul 2013 16:45:27 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEAGRn84fSp7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:45:27 GMT
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEAGRn84fSp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendarFeed'><id>http://www.google.com/calendar/feeds/default/allcalendars/full</id><updated>2013-07-30T16:45:27.135Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title>GData Test's Calendar List</title><link rel='alternate' type='text/html' href='https://www.google.com/calendar/render'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:startIndex>1</openSearch:startIndex><entry gd:etag='W/&quot;CEAGRH47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/libgdata.test%40googlemail.com</id><published>2013-07-30T16:45:27.025Z</published><updated>2013-07-30T16:45:25.000Z</updated><app:edited>2013-07-30T16:45:25.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>libgdata.test@googlemail.com</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/libgdata.test%40googlemail.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/libgdata.test%40googlemail.com'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><gCal:accesslevel value='owner'/><gCal:color value='#2952A3'/><gCal:hidden value='false'/><gCal:selected value='true'/><gCal:timezone value='Europe/London'/><gCal:timesCleaned value='4'/></entry><entry gd:etag='W/&quot;CEAGQ347eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com</id><published>2013-07-30T16:45:27.094Z</published><updated>2013-07-30T16:45:22.000Z</updated><app:edited>2013-07-30T16:45:22.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 1</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com'/><author><name>Test Calendar 1</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry><entry gd:etag='W/&quot;CEAGRH47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com</id><published>2013-07-30T16:45:27.025Z</published><updated>2013-07-30T16:45:25.000Z</updated><app:edited>2013-07-30T16:45:25.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 2</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com'/><author><name>Test Calendar 2</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry></feed>
-
-> GET /calendar/feeds/default/allcalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202727
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 39 (0x7fffe003f370), SoupSocket 38 (0x775610)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202727
-< Soup-Debug: SoupMessage 39 (0x7fffe003f370)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:28 GMT
-< Set-Cookie: S=calendar=84wQ5KkbGYW3gEgOm4JRqA;Expires=Wed, 07-Aug-2013 04:32:34 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:27 GMT
-< Date: Tue, 30 Jul 2013 16:45:27 GMT
-< Location: https://www.google.com/calendar/feeds/default/allcalendars/full?gsessionid=84wQ5KkbGYW3gEgOm4JRqA
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/allcalendars/full?gsessionid=84wQ5KkbGYW3gEgOm4JRqA">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/default/allcalendars/full?gsessionid=84wQ5KkbGYW3gEgOm4JRqA HTTP/1.1
-> Soup-Debug-Timestamp: 1375202727
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 39 (0x7fffe003f370), SoupSocket 38 (0x775610), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202728
-< Soup-Debug: SoupMessage 39 (0x7fffe003f370)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_q4NwI2V8UT-SSEMjiblkY8jTSCIGQJCo_ZFavemirrG0G2jzg3jjEVC3CQauPSZoNTFtDCw6Eu1-1S6nOyDK2J9zwLcpKLPHGuWk8fzL5JjKgN0Z0HbdhVtGaldMU2XCoc4_I0dsAZNFNzMl12pQ2IhlOpKYk_syrjXgbEIFWB07e6wSu6Mp1XswtWQL95nokCfWJkTHf4YGsR2zpy2736UplfLIVHDJLz7fiJzKG-5nUmoz2a5jdwopbkQ6flW44tTL7okPm_2Y6nqlPi74Mg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:29 GMT
-< Set-Cookie: S=calendar=36_ssrqhcwPWhLlQvXLCNA;Expires=Tue, 13-Aug-2013 16:04:41 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:28 GMT
-< Date: Tue, 30 Jul 2013 16:45:28 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEAGSX88eip7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:45:28 GMT
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEAGSX88eip7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendarFeed'><id>http://www.google.com/calendar/feeds/default/allcalendars/full</id><updated>2013-07-30T16:45:28.172Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title>GData Test's Calendar List</title><link rel='alternate' type='text/html' href='https://www.google.com/calendar/render'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:startIndex>1</openSearch:startIndex><entry gd:etag='W/&quot;CEAGRH47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/libgdata.test%40googlemail.com</id><published>2013-07-30T16:45:28.154Z</published><updated>2013-07-30T16:45:25.000Z</updated><app:edited>2013-07-30T16:45:25.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>libgdata.test@googlemail.com</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/libgdata.test%40googlemail.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/libgdata.test%40googlemail.com'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><gCal:accesslevel value='owner'/><gCal:color value='#2952A3'/><gCal:hidden value='false'/><gCal:selected value='true'/><gCal:timezone value='Europe/London'/><gCal:timesCleaned value='4'/></entry><entry gd:etag='W/&quot;CEAGQ347eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com</id><published>2013-07-30T16:45:28.154Z</published><updated>2013-07-30T16:45:22.000Z</updated><app:edited>2013-07-30T16:45:22.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 1</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com'/><author><name>Test Calendar 1</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry><entry gd:etag='W/&quot;CEAGRH47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com</id><published>2013-07-30T16:45:28.154Z</published><updated>2013-07-30T16:45:25.000Z</updated><app:edited>2013-07-30T16:45:25.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 2</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com'/><author><name>Test Calendar 2</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry></feed>
-
-> GET /calendar/feeds/default/allcalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202728
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 40 (0x7fffe4010740), SoupSocket 39 (0x775550)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202728
-< Soup-Debug: SoupMessage 40 (0x7fffe4010740)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:29 GMT
-< Set-Cookie: S=calendar=8r1o3ZcHhLzU1a6-mcul4g;Expires=Fri, 09-Aug-2013 17:21:14 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:28 GMT
-< Date: Tue, 30 Jul 2013 16:45:28 GMT
-< Location: https://www.google.com/calendar/feeds/default/allcalendars/full?gsessionid=8r1o3ZcHhLzU1a6-mcul4g
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/allcalendars/full?gsessionid=8r1o3ZcHhLzU1a6-mcul4g">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/default/allcalendars/full?gsessionid=8r1o3ZcHhLzU1a6-mcul4g HTTP/1.1
-> Soup-Debug-Timestamp: 1375202728
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 40 (0x7fffe4010740), SoupSocket 39 (0x775550), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> GET /calendar/v3/users/me/calendarList HTTP/1.1
+> Soup-Debug-Timestamp: 1430948018
+> Soup-Debug: SoupSession 1 (0x12bc240), SoupMessage 21 (0x1553740), SoupSocket 10 (0x7fcbe8002db0)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGpyfNPtG5DI_53Jiu2taI0Hq5ho1AELWfwHQ_qvmVHPbaeRDNFIstvm7c6JBFGe4wZTa6LaHrYYA
> GData-Version: 2
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202728
-< Soup-Debug: SoupMessage 40 (0x7fffe4010740)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_q4NwI2V8UT-SSEMjiblkY8jTSCIGQJCo_ZFavemirrG0G2jzg3jjEVC3CQauPSZoNTFtDCw6Eu1-1S6nOyDK2J9zwLcpKLPHGuWk8fzL5JjKgN0Z0HbdhVtGaldMU2XCoc4_I0dsAZNFNzMl12pQ2IhlOpKYk_syrjXgbEIFWB07e6wSu6Mp1XswtWQL95nokCfWJkTHf4YGsR2zpy2736UplfLIVHDJLz7fiJzKG-5nUmoz2a5jdwopbkQ6flW44tTL7okPm_2Y6nqlPi74Mg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:29 GMT
-< Set-Cookie: S=calendar=nYgkCAhY0fKXphVwkctg7A;Expires=Sat, 10-Aug-2013 12:16:23 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:28 GMT
-< Date: Tue, 30 Jul 2013 16:45:28 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEAGSXs4eip7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:45:28 GMT
+< Soup-Debug-Timestamp: 1430948018
+< Soup-Debug: SoupMessage 21 (0x1553740)
+< Expires: Wed, 06 May 2015 21:33:38 GMT
+< Date: Wed, 06 May 2015 21:33:38 GMT
+< Cache-Control: private, max-age=0, must-revalidate, no-transform
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEAGSXs4eip7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendarFeed'><id>http://www.google.com/calendar/feeds/default/allcalendars/full</id><updated>2013-07-30T16:45:28.532Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title>GData Test's Calendar List</title><link rel='alternate' type='text/html' href='https://www.google.com/calendar/render'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:startIndex>1</openSearch:startIndex><entry gd:etag='W/&quot;CEAGRH47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/libgdata.test%40googlemail.com</id><published>2013-07-30T16:45:28.512Z</published><updated>2013-07-30T16:45:25.000Z</updated><app:edited>2013-07-30T16:45:25.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>libgdata.test@googlemail.com</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/libgdata.test%40googlemail.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/libgdata.test%40googlemail.com'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><gCal:accesslevel value='owner'/><gCal:color value='#2952A3'/><gCal:hidden value='false'/><gCal:selected value='true'/><gCal:timezone value='Europe/London'/><gCal:timesCleaned value='4'/></entry><entry gd:etag='W/&quot;CEAGQ347eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com</id><published>2013-07-30T16:45:28.512Z</published><updated>2013-07-30T16:45:22.000Z</updated><app:edited>2013-07-30T16:45:22.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 1</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/ff7b0ij183d2njra3h5n6so954%40group.calendar.google.com'/><author><name>Test Calendar 1</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry><entry gd:etag='W/&quot;CEAGRH47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com</id><published>2013-07-30T16:45:28.512Z</published><updated>2013-07-30T16:45:25.000Z</updated><app:edited>2013-07-30T16:45:25.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 2</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/allcalendars/full/1vf5r6p1jo31ki910e56jgrm7s%40group.calendar.google.com'/><author><name>Test Calendar 2</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry></feed>
+< {
+< "kind": "calendar#calendarList",
+< "etag": "\"1430948012238000\"",
+< "nextSyncToken": "00001430948012238000",
+< "items": [
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430948008402000\"",
+< "id": "9d9fjltdot633i3puqr6gakja8@group.calendar.google.com",
+< "summary": "Test Calendar 1",
+< "timeZone": "UTC",
+< "colorId": "2",
+< "backgroundColor": "#d06b64",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"0\"",
+< "id": "libgdata.test@googlemail.com",
+< "summary": "libgdata.test@gmail.com",
+< "timeZone": "Europe/London",
+< "colorId": "17",
+< "backgroundColor": "#9a9cff",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": [
+< {
+< "method": "email",
+< "minutes": 10
+< },
+< {
+< "method": "popup",
+< "minutes": 30
+< }
+< ],
+< "notificationSettings": {
+< "notifications": [
+< {
+< "type": "eventCreation",
+< "method": "email"
+< },
+< {
+< "type": "eventChange",
+< "method": "email"
+< },
+< {
+< "type": "eventCancellation",
+< "method": "email"
+< },
+< {
+< "type": "eventResponse",
+< "method": "email"
+< }
+< ]
+< },
+< "primary": true
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430948012238000\"",
+< "id": "lovs1fjmbkrjur1df4u31odj30@group.calendar.google.com",
+< "summary": "Test Calendar 2",
+< "timeZone": "UTC",
+< "colorId": "5",
+< "backgroundColor": "#ff7537",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430947738744000\"",
+< "id": "4v0gftqkoct5skn7t3ushbnsfg@group.calendar.google.com",
+< "summary": "Test Calendar 1",
+< "timeZone": "UTC",
+< "colorId": "8",
+< "backgroundColor": "#16a765",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430670856222000\"",
+< "id": "#contacts@group.v.calendar.google.com",
+< "summary": "Birthdays",
+< "description": "Displays birthdays of people in Google Contacts and optionally 'Your Circles' from Google+. Also displays anniversary and other event dates from Google Contacts, if applicable.",
+< "timeZone": "Europe/London",
+< "colorId": "13",
+< "backgroundColor": "#92e1c0",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "reader",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430670855908000\"",
+< "id": "en.uk#holiday@group.v.calendar.google.com",
+< "summary": "Holidays in United Kingdom",
+< "description": "Holidays and Observances in United Kingdom",
+< "timeZone": "Europe/London",
+< "colorId": "8",
+< "backgroundColor": "#16a765",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "reader",
+< "defaultReminders": []
+< }
+< ]
+< }
diff --git a/gdata/tests/traces/calendar/query_events-async b/gdata/tests/traces/calendar/query_events-async
index b2582d03..18640ae9 100644
--- a/gdata/tests/traces/calendar/query_events-async
+++ b/gdata/tests/traces/calendar/query_events-async
@@ -1,67 +1,140 @@
-> GET /calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202770
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 66 (0x8c28c0), SoupSocket 63 (0x775490)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202770
-< Soup-Debug: SoupMessage 66 (0x8c28c0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:11 GMT
-< Set-Cookie: S=calendar=hcz4ERi0eDa5Chh4Ez07uw;Expires=Wed, 07-Aug-2013 02:05:33 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:10 GMT
-< Date: Tue, 30 Jul 2013 16:46:10 GMT
-< Location: https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?gsessionid=hcz4ERi0eDa5Chh4Ez07uw
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?gsessionid=hcz4ERi0eDa5Chh4Ez07uw">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?gsessionid=hcz4ERi0eDa5Chh4Ez07uw HTTP/1.1
-> Soup-Debug-Timestamp: 1375202770
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 66 (0x8c28c0), SoupSocket 63 (0x775490), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> GET /calendar/v3/calendars/ndihjbq6agrl249fjqgd535qmk%40group.calendar.google.com/events HTTP/1.1
+> Soup-Debug-Timestamp: 1430948171
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 37 (0x7fbbf0038750), SoupSocket 21 (0x7fbbfc002df0)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202770
-< Soup-Debug: SoupMessage 66 (0x8c28c0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_q4NwI2V8UT-SSEMjiblkY8jTSCIGQJCo_ZFavemirrG0G2jzg3jjEVC3CQauPSZoNTFtDCw6Eu1-1S6nOyDK2J9zwLcpKLPHGuWk8fzL5JjKgN0Z0HbdhVtGaldMU2XCoc4_I0dsAZNFNzMl12pQ2IhlOpKYk_syrjXgbEIFWB07e6wSu6Mp1XswtWQL95nokCfWJkTHf4YGsR2zpy2736UplfLIVHDJLz7fiJzKG-5nUmoz2a5jdwopbkQ6flW44tTL7okPm_2Y6nqlPi74Mg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:11 GMT
-< Set-Cookie: S=calendar=Txey_ZM8qiZ1j9ie4EMfEw;Expires=Fri, 09-Aug-2013 12:26:53 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:10 GMT
-< Date: Tue, 30 Jul 2013 16:46:10 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEACR347eCp7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:46:06 GMT
+< Soup-Debug-Timestamp: 1430948171
+< Soup-Debug: SoupMessage 37 (0x7fbbf0038750)
+< Expires: Wed, 06 May 2015 21:36:11 GMT
+< Date: Wed, 06 May 2015 21:36:11 GMT
+< Cache-Control: private, max-age=0, must-revalidate, no-transform
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEACR347eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#eventFeed'><id>http://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full</id><updated>2013-07-30T16:46:06.000Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Temp Test Calendar</title><subtitle>Temp Test Calendar</subtitle><link rel='alternate' type='text/html' href='https://www.google.com/calendar/embed?src=i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/g/2005#batch' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full/batch'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?max-results=25'/><author><name>Temp Test Calendar</name></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:totalResults>0</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></feed>
+< {
+< "kind": "calendar#events",
+< "etag": "\"1430948171626000\"",
+< "summary": "Temp Test Calendar",
+< "updated": "2015-05-06T21:36:11.626Z",
+< "timeZone": "UTC",
+< "accessRole": "owner",
+< "defaultReminders": [],
+< "nextSyncToken": "CJDs2KuJrsUCEJDs2KuJrsUCGAU=",
+< "items": [
+< {
+< "kind": "calendar#event",
+< "etag": "\"2861896341554000\"",
+< "id": "hbea62g6r0itsmlehrh0u05hr4",
+< "status": "confirmed",
+< "htmlLink": "https://www.google.com/calendar/event?eid=aGJlYTYyZzZyMGl0c21sZWhyaDB1MDVocjQgc21jNGFjbjBhcnVvMGo0ZGljczU1N2hkMjhAZw",
+< "created": "2015-05-06T21:36:10.000Z",
+< "updated": "2015-05-06T21:36:10.777Z",
+< "summary": "Test Event 1",
+< "creator": {
+< "email": "libgdata.test@googlemail.com",
+< "displayName": "GData Test"
+< },
+< "organizer": {
+< "email": "ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com",
+< "displayName": "Temp Test Calendar",
+< "self": true
+< },
+< "start": {
+< "dateTime": "2014-12-20T22:15:27Z",
+< "timeZone": "UTC"
+< },
+< "end": {
+< "dateTime": "2014-12-20T22:15:28Z",
+< "timeZone": "UTC"
+< },
+< "iCalUID": "hbea62g6r0itsmlehrh0u05hr4@google.com",
+< "sequence": 0,
+< "guestsCanInviteOthers": false,
+< "guestsCanSeeOtherGuests": false,
+< "reminders": {
+< "useDefault": true
+< }
+< },
+< {
+< "kind": "calendar#event",
+< "etag": "\"2861896342412000\"",
+< "id": "5fg2p720ibusu67t7hdrrcdc38",
+< "status": "confirmed",
+< "htmlLink": "https://www.google.com/calendar/event?eid=NWZnMnA3MjBpYnVzdTY3dDdoZHJyY2RjMzggc21jNGFjbjBhcnVvMGo0ZGljczU1N2hkMjhAZw",
+< "created": "2015-05-06T21:36:11.000Z",
+< "updated": "2015-05-06T21:36:11.206Z",
+< "summary": "Test Event 2",
+< "creator": {
+< "email": "libgdata.test@googlemail.com",
+< "displayName": "GData Test"
+< },
+< "organizer": {
+< "email": "ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com",
+< "displayName": "Temp Test Calendar",
+< "self": true
+< },
+< "start": {
+< "dateTime": "2014-12-20T22:03:20Z",
+< "timeZone": "UTC"
+< },
+< "end": {
+< "dateTime": "2014-12-20T22:20:00Z",
+< "timeZone": "UTC"
+< },
+< "iCalUID": "5fg2p720ibusu67t7hdrrcdc38@google.com",
+< "sequence": 0,
+< "guestsCanInviteOthers": false,
+< "guestsCanSeeOtherGuests": false,
+< "reminders": {
+< "useDefault": true
+< }
+< },
+< {
+< "kind": "calendar#event",
+< "etag": "\"2861896343106000\"",
+< "id": "pme78iesfula0qr5iktlf2l4no",
+< "status": "confirmed",
+< "htmlLink": "https://www.google.com/calendar/event?eid=cG1lNzhpZXNmdWxhMHFyNWlrdGxmMmw0bm8gc21jNGFjbjBhcnVvMGo0ZGljczU1N2hkMjhAZw",
+< "created": "2015-05-06T21:36:11.000Z",
+< "updated": "2015-05-06T21:36:11.553Z",
+< "summary": "Test Event 3",
+< "creator": {
+< "email": "libgdata.test@googlemail.com",
+< "displayName": "GData Test"
+< },
+< "organizer": {
+< "email": "ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com",
+< "displayName": "Temp Test Calendar",
+< "self": true
+< },
+< "start": {
+< "date": "2014-12-20"
+< },
+< "end": {
+< "date": "2014-12-21"
+< },
+< "iCalUID": "pme78iesfula0qr5iktlf2l4no@google.com",
+< "sequence": 0,
+< "guestsCanInviteOthers": false,
+< "guestsCanSeeOtherGuests": false,
+< "reminders": {
+< "useDefault": true
+< }
+< }
+< ]
+< }
diff --git a/gdata/tests/traces/calendar/query_events-async-cancellation b/gdata/tests/traces/calendar/query_events-async-cancellation
index dbf33203..27459b67 100644
--- a/gdata/tests/traces/calendar/query_events-async-cancellation
+++ b/gdata/tests/traces/calendar/query_events-async-cancellation
@@ -1,237 +1,140 @@
-> GET /calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202789
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 84 (0x7fffe003f280), SoupSocket 79 (0x775490)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202789
-< Soup-Debug: SoupMessage 84 (0x7fffe003f280)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:30 GMT
-< Set-Cookie: S=calendar=Rm0OvTPGUldJoCTW5xxjEA;Expires=Thu, 08-Aug-2013 22:43:11 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:29 GMT
-< Date: Tue, 30 Jul 2013 16:46:29 GMT
-< Location: https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?gsessionid=Rm0OvTPGUldJoCTW5xxjEA
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?gsessionid=Rm0OvTPGUldJoCTW5xxjEA">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?gsessionid=Rm0OvTPGUldJoCTW5xxjEA HTTP/1.1
-> Soup-Debug-Timestamp: 1375202790
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 86 (0x7fffe4010380), SoupSocket 81 (0x775490), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202790
-< Soup-Debug: SoupMessage 86 (0x7fffe4010380)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_QMIIFxw1-89I4fIiltp3toM_OQPaV-s2Op5YfNNKqskJ-elHTN3M2YrIdeRcj84Q94sPukowimpQydy5Tbb14G3YJ4S-NHM8cpqZJBifvXkyktCQOlLQS03AMrw1-u6qvRouqxtCMYd1apUUU9kXVWwoSYowH2iqScUeke9qp_ZEetMmdoQ61WwPB5gd4Of34y2qjfi6BC-i8q-4AfecimYdMpxx-Z7ncnkPEftWV84VyvVUhWfLM8oWcP3zT943b_FOzjNl76pHK1Za70lHtw
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:31 GMT
-< Set-Cookie: S=calendar=DNyu1fBu5BZbeqMI0QC35g;Expires=Sun, 11-Aug-2013 08:32:53 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:30 GMT
-< Date: Tue, 30 Jul 2013 16:46:30 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEAMRH47eCp7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:46:25 GMT
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEAMRH47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#eventFeed'><id>http://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full</id><updated>2013-07-30T16:46:25.000Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Temp Test Calendar</title><subtitle>Temp Test Calendar</subtitle><link rel='alternate' type='text/html' href='https://www.google.com/calendar/embed?src=i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/g/2005#batch' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full/batch'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?max-results=25'/><author><name>Temp Test Calendar</name></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:totalResults>0</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></feed>
-
-> GET /calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202789
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 85 (0x7fffe003f730), SoupSocket 80 (0x775490)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202790
-< Soup-Debug: SoupMessage 85 (0x7fffe003f730)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:31 GMT
-< Set-Cookie: S=calendar=APwq7KMgNEvxfdl1xWGHkA;Expires=Mon, 12-Aug-2013 12:21:49 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:30 GMT
-< Date: Tue, 30 Jul 2013 16:46:30 GMT
-< Location: https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?gsessionid=APwq7KMgNEvxfdl1xWGHkA
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?gsessionid=APwq7KMgNEvxfdl1xWGHkA">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202790
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 86 (0x7fffe4010380), SoupSocket 81 (0x775490)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202790
-< Soup-Debug: SoupMessage 86 (0x7fffe4010380)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:31 GMT
-< Set-Cookie: S=calendar=WMVUagnRJLjVEymdLfMUhg;Expires=Fri, 09-Aug-2013 11:56:21 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:30 GMT
-< Date: Tue, 30 Jul 2013 16:46:30 GMT
-< Location: https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?gsessionid=WMVUagnRJLjVEymdLfMUhg
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?gsessionid=WMVUagnRJLjVEymdLfMUhg">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?gsessionid=WMVUagnRJLjVEymdLfMUhg HTTP/1.1
-> Soup-Debug-Timestamp: 1375202790
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 86 (0x7fffe4010380), SoupSocket 81 (0x775490), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202790
-< Soup-Debug: SoupMessage 86 (0x7fffe4010380)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_QMIIFxw1-89I4fIiltp3toM_OQPaV-s2Op5YfNNKqskJ-elHTN3M2YrIdeRcj84Q94sPukowimpQydy5Tbb14G3YJ4S-NHM8cpqZJBifvXkyktCQOlLQS03AMrw1-u6qvRouqxtCMYd1apUUU9kXVWwoSYowH2iqScUeke9qp_ZEetMmdoQ61WwPB5gd4Of34y2qjfi6BC-i8q-4AfecimYdMpxx-Z7ncnkPEftWV84VyvVUhWfLM8oWcP3zT943b_FOzjNl76pHK1Za70lHtw
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:31 GMT
-< Set-Cookie: S=calendar=DNyu1fBu5BZbeqMI0QC35g;Expires=Sun, 11-Aug-2013 08:32:53 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:30 GMT
-< Date: Tue, 30 Jul 2013 16:46:30 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEAMRH47eCp7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:46:25 GMT
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEAMRH47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#eventFeed'><id>http://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full</id><updated>2013-07-30T16:46:25.000Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Temp Test Calendar</title><subtitle>Temp Test Calendar</subtitle><link rel='alternate' type='text/html' href='https://www.google.com/calendar/embed?src=i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/g/2005#batch' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full/batch'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?max-results=25'/><author><name>Temp Test Calendar</name></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:totalResults>0</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></feed>
-
-> GET /calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202790
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 87 (0x8c28c0), SoupSocket 82 (0x775490)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202790
-< Soup-Debug: SoupMessage 87 (0x8c28c0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:31 GMT
-< Set-Cookie: S=calendar=5q7rqCQ-BsgH2H3ikzMJxg;Expires=Tue, 13-Aug-2013 03:25:52 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:30 GMT
-< Date: Tue, 30 Jul 2013 16:46:30 GMT
-< Location: https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?gsessionid=5q7rqCQ-BsgH2H3ikzMJxg
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?gsessionid=5q7rqCQ-BsgH2H3ikzMJxg">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?gsessionid=5q7rqCQ-BsgH2H3ikzMJxg HTTP/1.1
-> Soup-Debug-Timestamp: 1375202790
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 87 (0x8c28c0), SoupSocket 82 (0x775490), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> GET /calendar/v3/calendars/ndihjbq6agrl249fjqgd535qmk%40group.calendar.google.com/events HTTP/1.1
+> Soup-Debug-Timestamp: 1430948189
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 57 (0x1e1f650), SoupSocket 34 (0x7fbbf00366b0)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202791
-< Soup-Debug: SoupMessage 87 (0x8c28c0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_q4NwI2V8UT-SSEMjiblkY8jTSCIGQJCo_ZFavemirrG0G2jzg3jjEVC3CQauPSZoNTFtDCw6Eu1-1S6nOyDK2J9zwLcpKLPHGuWk8fzL5JjKgN0Z0HbdhVtGaldMU2XCoc4_I0dsAZNFNzMl12pQ2IhlOpKYk_syrjXgbEIFWB07e6wSu6Mp1XswtWQL95nokCfWJkTHf4YGsR2zpy2736UplfLIVHDJLz7fiJzKG-5nUmoz2a5jdwopbkQ6flW44tTL7okPm_2Y6nqlPi74Mg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:32 GMT
-< Set-Cookie: S=calendar=4CJYADT5Ok39om1leHy2Fw;Expires=Tue, 06-Aug-2013 22:35:18 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:31 GMT
-< Date: Tue, 30 Jul 2013 16:46:31 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEAMRH47eCp7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:46:25 GMT
+< Soup-Debug-Timestamp: 1430948189
+< Soup-Debug: SoupMessage 57 (0x1e1f650)
+< Expires: Wed, 06 May 2015 21:36:29 GMT
+< Date: Wed, 06 May 2015 21:36:29 GMT
+< Cache-Control: private, max-age=0, must-revalidate, no-transform
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEAMRH47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#eventFeed'><id>http://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full</id><updated>2013-07-30T16:46:25.000Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Temp Test Calendar</title><subtitle>Temp Test Calendar</subtitle><link rel='alternate' type='text/html' href='https://www.google.com/calendar/embed?src=i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/g/2005#batch' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full/batch'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full?max-results=25'/><author><name>Temp Test Calendar</name></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:totalResults>0</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></feed>
+< {
+< "kind": "calendar#events",
+< "etag": "\"1430948189193000\"",
+< "summary": "Temp Test Calendar",
+< "updated": "2015-05-06T21:36:29.193Z",
+< "timeZone": "UTC",
+< "accessRole": "owner",
+< "defaultReminders": [],
+< "nextSyncToken": "CKiGibSJrsUCEKiGibSJrsUCGAU=",
+< "items": [
+< {
+< "kind": "calendar#event",
+< "etag": "\"2861896376542000\"",
+< "id": "2n570av5hfh1t86or4idi7fggc",
+< "status": "confirmed",
+< "htmlLink": "https://www.google.com/calendar/event?eid=Mm41NzBhdjVoZmgxdDg2b3I0aWRpN2ZnZ2MgbmRpaGpicTZhZ3JsMjQ5ZmpxZ2Q1MzVxbWtAZw",
+< "created": "2015-05-06T21:36:28.000Z",
+< "updated": "2015-05-06T21:36:28.271Z",
+< "summary": "Test Event 1",
+< "creator": {
+< "email": "libgdata.test@googlemail.com",
+< "displayName": "GData Test"
+< },
+< "organizer": {
+< "email": "ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com",
+< "displayName": "Temp Test Calendar",
+< "self": true
+< },
+< "start": {
+< "dateTime": "2014-12-20T22:15:27Z",
+< "timeZone": "UTC"
+< },
+< "end": {
+< "dateTime": "2014-12-20T22:15:28Z",
+< "timeZone": "UTC"
+< },
+< "iCalUID": "2n570av5hfh1t86or4idi7fggc@google.com",
+< "sequence": 0,
+< "guestsCanInviteOthers": false,
+< "guestsCanSeeOtherGuests": false,
+< "reminders": {
+< "useDefault": true
+< }
+< },
+< {
+< "kind": "calendar#event",
+< "etag": "\"2861896377638000\"",
+< "id": "dkbmejutdvtal2acso08hgca84",
+< "status": "confirmed",
+< "htmlLink": "https://www.google.com/calendar/event?eid=ZGtibWVqdXRkdnRhbDJhY3NvMDhoZ2NhODQgbmRpaGpicTZhZ3JsMjQ5ZmpxZ2Q1MzVxbWtAZw",
+< "created": "2015-05-06T21:36:28.000Z",
+< "updated": "2015-05-06T21:36:28.819Z",
+< "summary": "Test Event 2",
+< "creator": {
+< "email": "libgdata.test@googlemail.com",
+< "displayName": "GData Test"
+< },
+< "organizer": {
+< "email": "ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com",
+< "displayName": "Temp Test Calendar",
+< "self": true
+< },
+< "start": {
+< "dateTime": "2014-12-20T22:03:20Z",
+< "timeZone": "UTC"
+< },
+< "end": {
+< "dateTime": "2014-12-20T22:20:00Z",
+< "timeZone": "UTC"
+< },
+< "iCalUID": "dkbmejutdvtal2acso08hgca84@google.com",
+< "sequence": 0,
+< "guestsCanInviteOthers": false,
+< "guestsCanSeeOtherGuests": false,
+< "reminders": {
+< "useDefault": true
+< }
+< },
+< {
+< "kind": "calendar#event",
+< "etag": "\"2861896378226000\"",
+< "id": "qrg4bvlh9b6272o0du9p2rm75c",
+< "status": "confirmed",
+< "htmlLink": "https://www.google.com/calendar/event?eid=cXJnNGJ2bGg5YjYyNzJvMGR1OXAycm03NWMgbmRpaGpicTZhZ3JsMjQ5ZmpxZ2Q1MzVxbWtAZw",
+< "created": "2015-05-06T21:36:29.000Z",
+< "updated": "2015-05-06T21:36:29.113Z",
+< "summary": "Test Event 3",
+< "creator": {
+< "email": "libgdata.test@googlemail.com",
+< "displayName": "GData Test"
+< },
+< "organizer": {
+< "email": "ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com",
+< "displayName": "Temp Test Calendar",
+< "self": true
+< },
+< "start": {
+< "date": "2014-12-20"
+< },
+< "end": {
+< "date": "2014-12-21"
+< },
+< "iCalUID": "qrg4bvlh9b6272o0du9p2rm75c@google.com",
+< "sequence": 0,
+< "guestsCanInviteOthers": false,
+< "guestsCanSeeOtherGuests": false,
+< "reminders": {
+< "useDefault": true
+< }
+< }
+< ]
+< }
diff --git a/gdata/tests/traces/calendar/query_own_calendars-async b/gdata/tests/traces/calendar/query_own_calendars-async
index 0716ef21..0b556d76 100644
--- a/gdata/tests/traces/calendar/query_own_calendars-async
+++ b/gdata/tests/traces/calendar/query_own_calendars-async
@@ -1,67 +1,117 @@
-> GET /calendar/feeds/default/owncalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202737
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 45 (0x7fffe4010650), SoupSocket 43 (0x7753d0)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202737
-< Soup-Debug: SoupMessage 45 (0x7fffe4010650)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:38 GMT
-< Set-Cookie: S=calendar=2LkaUmgNqlqQgTVl3-Vm9g;Expires=Sat, 10-Aug-2013 00:32:11 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:37 GMT
-< Date: Tue, 30 Jul 2013 16:45:37 GMT
-< Location: https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=2LkaUmgNqlqQgTVl3-Vm9g
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=2LkaUmgNqlqQgTVl3-Vm9g">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/default/owncalendars/full?gsessionid=2LkaUmgNqlqQgTVl3-Vm9g HTTP/1.1
-> Soup-Debug-Timestamp: 1375202737
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 45 (0x7fffe4010650), SoupSocket 43 (0x7753d0), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> GET /calendar/v3/users/me/calendarList?minAccessRole=owner HTTP/1.1
+> Soup-Debug-Timestamp: 1430948141
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 17 (0x1e1f650), SoupSocket 10 (0x1bbc1a0)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202737
-< Soup-Debug: SoupMessage 45 (0x7fffe4010650)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_QMIIFxw1-89I4fIiltp3toM_OQPaV-s2Op5YfNNKqskJ-elHTN3M2YrIdeRcj84Q94sPukowimpQydy5Tbb14G3YJ4S-NHM8cpqZJBifvXkyktCQOlLQS03AMrw1-u6qvRouqxtCMYd1apUUU9kXVWwoSYowH2iqScUeke9qp_ZEetMmdoQ61WwPB5gd4Of34y2qjfi6BC-i8q-4AfecimYdMpxx-Z7ncnkPEftWV84VyvVUhWfLM8oWcP3zT943b_FOzjNl76pHK1Za70lHtw
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:38 GMT
-< Set-Cookie: S=calendar=PMCUvvZc8BEET8CUAuuUsQ;Expires=Wed, 07-Aug-2013 23:54:03 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:37 GMT
-< Date: Tue, 30 Jul 2013 16:45:37 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEAHRnYyfCp7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:45:37 GMT
+< Soup-Debug-Timestamp: 1430948142
+< Soup-Debug: SoupMessage 17 (0x1e1f650)
+< Expires: Wed, 06 May 2015 21:35:42 GMT
+< Date: Wed, 06 May 2015 21:35:42 GMT
+< Cache-Control: private, max-age=0, must-revalidate, no-transform
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEAHRnYyfCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendarFeed'><id>http://www.google.com/calendar/feeds/default/owncalendars/full</id><updated>2013-07-30T16:45:37.894Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title>GData Test's Calendar List</title><link rel='alternate' type='text/html' href='https://www.google.com/calendar/render'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:startIndex>1</openSearch:startIndex><entry gd:etag='W/&quot;CEAHR347eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/libgdata.test%40googlemail.com</id><published>2013-07-30T16:45:37.804Z</published><updated>2013-07-30T16:45:36.000Z</updated><app:edited>2013-07-30T16:45:36.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>libgdata.test@googlemail.com</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/libgdata.test%40googlemail.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/libgdata.test%40googlemail.com'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><gCal:accesslevel value='owner'/><gCal:color value='#2952A3'/><gCal:hidden value='false'/><gCal:selected value='true'/><gCal:timezone value='Europe/London'/><gCal:timesCleaned value='4'/></entry><entry gd:etag='W/&quot;CEAHRX47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/adam2vqp6q4htengjmhs9oc258%40group.calendar.google.com</id><published>2013-07-30T16:45:37.865Z</published><updated>2013-07-30T16:45:34.000Z</updated><app:edited>2013-07-30T16:45:34.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 1</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/adam2vqp6q4htengjmhs9oc258%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/adam2vqp6q4htengjmhs9oc258%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/adam2vqp6q4htengjmhs9oc258%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/adam2vqp6q4htengjmhs9oc258%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/adam2vqp6q4htengjmhs9oc258%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/adam2vqp6q4htengjmhs9oc258%40group.calendar.google.com'/><author><name>Test Calendar 1</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry><entry gd:etag='W/&quot;CEAHR347eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/aik77skiu8dmq5r4lhh75d5af0%40group.calendar.google.com</id><published>2013-07-30T16:45:37.805Z</published><updated>2013-07-30T16:45:36.000Z</updated><app:edited>2013-07-30T16:45:36.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 2</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/aik77skiu8dmq5r4lhh75d5af0%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/aik77skiu8dmq5r4lhh75d5af0%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/aik77skiu8dmq5r4lhh75d5af0%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/aik77skiu8dmq5r4lhh75d5af0%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/aik77skiu8dmq5r4lhh75d5af0%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/aik77skiu8dmq5r4lhh75d5af0%40group.calendar.google.com'/><author><name>Test Calendar 2</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry></feed>
+< {
+< "kind": "calendar#calendarList",
+< "etag": "\"1430948141160000\"",
+< "nextSyncToken": "00001430948141160000",
+< "items": [
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430948135129000\"",
+< "id": "vu04ejgbitve8pp21t16t05ukg@group.calendar.google.com",
+< "summary": "Test Calendar 1",
+< "timeZone": "UTC",
+< "colorId": "6",
+< "backgroundColor": "#ffad46",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430948141160000\"",
+< "id": "ht16mct323684dtlejp0tptns8@group.calendar.google.com",
+< "summary": "Test Calendar 2",
+< "timeZone": "UTC",
+< "colorId": "9",
+< "backgroundColor": "#7bd148",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"0\"",
+< "id": "libgdata.test@googlemail.com",
+< "summary": "libgdata.test@gmail.com",
+< "timeZone": "Europe/London",
+< "colorId": "17",
+< "backgroundColor": "#9a9cff",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": [
+< {
+< "method": "email",
+< "minutes": 10
+< },
+< {
+< "method": "popup",
+< "minutes": 30
+< }
+< ],
+< "notificationSettings": {
+< "notifications": [
+< {
+< "type": "eventCreation",
+< "method": "email"
+< },
+< {
+< "type": "eventChange",
+< "method": "email"
+< },
+< {
+< "type": "eventCancellation",
+< "method": "email"
+< },
+< {
+< "type": "eventResponse",
+< "method": "email"
+< }
+< ]
+< },
+< "primary": true
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430947738744000\"",
+< "id": "4v0gftqkoct5skn7t3ushbnsfg@group.calendar.google.com",
+< "summary": "Test Calendar 1",
+< "timeZone": "UTC",
+< "colorId": "8",
+< "backgroundColor": "#16a765",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< }
+< ]
+< }
diff --git a/gdata/tests/traces/calendar/query_own_calendars-async-cancellation b/gdata/tests/traces/calendar/query_own_calendars-async-cancellation
index 3cb6fae2..81f87479 100644
--- a/gdata/tests/traces/calendar/query_own_calendars-async-cancellation
+++ b/gdata/tests/traces/calendar/query_own_calendars-async-cancellation
@@ -1,304 +1,117 @@
-> GET /calendar/feeds/default/owncalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202757
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 57 (0x7fffe4010380), SoupSocket 53 (0x7fffe0040970)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202757
-< Soup-Debug: SoupMessage 57 (0x7fffe4010380)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:59 GMT
-< Set-Cookie: S=calendar=HnzIQtCq1AumfEXUymyY8Q;Expires=Sun, 11-Aug-2013 11:33:34 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:58 GMT
-< Date: Tue, 30 Jul 2013 16:45:58 GMT
-< Location: https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=HnzIQtCq1AumfEXUymyY8Q
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=HnzIQtCq1AumfEXUymyY8Q">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/default/owncalendars/full?gsessionid=HnzIQtCq1AumfEXUymyY8Q HTTP/1.1
-> Soup-Debug-Timestamp: 1375202757
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 57 (0x7fffe4010380), SoupSocket 53 (0x7fffe0040970), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202758
-< Soup-Debug: SoupMessage 57 (0x7fffe4010380)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_q4NwI2V8UT-SSEMjiblkY8jTSCIGQJCo_ZFavemirrG0G2jzg3jjEVC3CQauPSZoNTFtDCw6Eu1-1S6nOyDK2J9zwLcpKLPHGuWk8fzL5JjKgN0Z0HbdhVtGaldMU2XCoc4_I0dsAZNFNzMl12pQ2IhlOpKYk_syrjXgbEIFWB07e6wSu6Mp1XswtWQL95nokCfWJkTHf4YGsR2zpy2736UplfLIVHDJLz7fiJzKG-5nUmoz2a5jdwopbkQ6flW44tTL7okPm_2Y6nqlPi74Mg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:59 GMT
-< Set-Cookie: S=calendar=diQz8jtFvWSKXGfY-MZLYA;Expires=Tue, 13-Aug-2013 05:35:26 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:58 GMT
-< Date: Tue, 30 Jul 2013 16:45:58 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEABSXk5fCp7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:45:58 GMT
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEABSXk5fCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendarFeed'><id>http://www.google.com/calendar/feeds/default/owncalendars/full</id><updated>2013-07-30T16:45:58.724Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title>GData Test's Calendar List</title><link rel='alternate' type='text/html' href='https://www.google.com/calendar/render'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:startIndex>1</openSearch:startIndex><entry gd:etag='W/&quot;CEABR347eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/libgdata.test%40googlemail.com</id><published>2013-07-30T16:45:58.600Z</published><updated>2013-07-30T16:45:56.000Z</updated><app:edited>2013-07-30T16:45:56.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>libgdata.test@googlemail.com</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/libgdata.test%40googlemail.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/libgdata.test%40googlemail.com'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><gCal:accesslevel value='owner'/><gCal:color value='#2952A3'/><gCal:hidden value='false'/><gCal:selected value='true'/><gCal:timezone value='Europe/London'/><gCal:timesCleaned value='4'/></entry><entry gd:etag='W/&quot;CEABQn47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com</id><published>2013-07-30T16:45:58.600Z</published><updated>2013-07-30T16:45:53.000Z</updated><app:edited>2013-07-30T16:45:53.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 1</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com'/><author><name>Test Calendar 1</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry><entry gd:etag='W/&quot;CEABRn47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com</id><published>2013-07-30T16:45:58.701Z</published><updated>2013-07-30T16:45:57.000Z</updated><app:edited>2013-07-30T16:45:57.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 2</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com'/><author><name>Test Calendar 2</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry></feed>
-
-> GET /calendar/feeds/default/owncalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202757
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 56 (0x8c2c80), SoupSocket 52 (0x7fffe0040970)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202757
-< Soup-Debug: SoupMessage 56 (0x8c2c80)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:58 GMT
-< Set-Cookie: S=calendar=zI5hqKTZMzEv9y6Z-KkrWQ;Expires=Sat, 10-Aug-2013 14:14:56 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:58 GMT
-< Date: Tue, 30 Jul 2013 16:45:58 GMT
-< Location: https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=zI5hqKTZMzEv9y6Z-KkrWQ
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=zI5hqKTZMzEv9y6Z-KkrWQ">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/default/owncalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202757
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 57 (0x7fffe4010380), SoupSocket 53 (0x7fffe0040970)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202757
-< Soup-Debug: SoupMessage 57 (0x7fffe4010380)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:59 GMT
-< Set-Cookie: S=calendar=HnzIQtCq1AumfEXUymyY8Q;Expires=Sun, 11-Aug-2013 11:33:34 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:58 GMT
-< Date: Tue, 30 Jul 2013 16:45:58 GMT
-< Location: https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=HnzIQtCq1AumfEXUymyY8Q
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=HnzIQtCq1AumfEXUymyY8Q">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/default/owncalendars/full?gsessionid=HnzIQtCq1AumfEXUymyY8Q HTTP/1.1
-> Soup-Debug-Timestamp: 1375202757
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 57 (0x7fffe4010380), SoupSocket 53 (0x7fffe0040970), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202758
-< Soup-Debug: SoupMessage 57 (0x7fffe4010380)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_q4NwI2V8UT-SSEMjiblkY8jTSCIGQJCo_ZFavemirrG0G2jzg3jjEVC3CQauPSZoNTFtDCw6Eu1-1S6nOyDK2J9zwLcpKLPHGuWk8fzL5JjKgN0Z0HbdhVtGaldMU2XCoc4_I0dsAZNFNzMl12pQ2IhlOpKYk_syrjXgbEIFWB07e6wSu6Mp1XswtWQL95nokCfWJkTHf4YGsR2zpy2736UplfLIVHDJLz7fiJzKG-5nUmoz2a5jdwopbkQ6flW44tTL7okPm_2Y6nqlPi74Mg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:59 GMT
-< Set-Cookie: S=calendar=diQz8jtFvWSKXGfY-MZLYA;Expires=Tue, 13-Aug-2013 05:35:26 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:58 GMT
-< Date: Tue, 30 Jul 2013 16:45:58 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEABSXk5fCp7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:45:58 GMT
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEABSXk5fCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendarFeed'><id>http://www.google.com/calendar/feeds/default/owncalendars/full</id><updated>2013-07-30T16:45:58.724Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title>GData Test's Calendar List</title><link rel='alternate' type='text/html' href='https://www.google.com/calendar/render'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:startIndex>1</openSearch:startIndex><entry gd:etag='W/&quot;CEABR347eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/libgdata.test%40googlemail.com</id><published>2013-07-30T16:45:58.600Z</published><updated>2013-07-30T16:45:56.000Z</updated><app:edited>2013-07-30T16:45:56.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>libgdata.test@googlemail.com</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/libgdata.test%40googlemail.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/libgdata.test%40googlemail.com'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><gCal:accesslevel value='owner'/><gCal:color value='#2952A3'/><gCal:hidden value='false'/><gCal:selected value='true'/><gCal:timezone value='Europe/London'/><gCal:timesCleaned value='4'/></entry><entry gd:etag='W/&quot;CEABQn47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com</id><published>2013-07-30T16:45:58.600Z</published><updated>2013-07-30T16:45:53.000Z</updated><app:edited>2013-07-30T16:45:53.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 1</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com'/><author><name>Test Calendar 1</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry><entry gd:etag='W/&quot;CEABRn47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com</id><published>2013-07-30T16:45:58.701Z</published><updated>2013-07-30T16:45:57.000Z</updated><app:edited>2013-07-30T16:45:57.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 2</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com'/><author><name>Test Calendar 2</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry></feed>
-
-> GET /calendar/feeds/default/owncalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202758
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 58 (0x8c2d70), SoupSocket 54 (0x7fffe0040970)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202758
-< Soup-Debug: SoupMessage 58 (0x8c2d70)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:59 GMT
-< Set-Cookie: S=calendar=LMx8-iznxj_1X2O0_XBvQw;Expires=Fri, 09-Aug-2013 08:49:24 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:58 GMT
-< Date: Tue, 30 Jul 2013 16:45:58 GMT
-< Location: https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=LMx8-iznxj_1X2O0_XBvQw
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=LMx8-iznxj_1X2O0_XBvQw">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/default/owncalendars/full?gsessionid=LMx8-iznxj_1X2O0_XBvQw HTTP/1.1
-> Soup-Debug-Timestamp: 1375202758
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 58 (0x8c2d70), SoupSocket 54 (0x7fffe0040970), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202759
-< Soup-Debug: SoupMessage 58 (0x8c2d70)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:00 GMT
-< Set-Cookie: S=calendar=M4_5bOxjQb3kAy-vkbpwQQ;Expires=Fri, 09-Aug-2013 12:20:36 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:59 GMT
-< Date: Tue, 30 Jul 2013 16:45:59 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEABSHY5eyp7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:45:59 GMT
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEABSHY5eyp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendarFeed'><id>http://www.google.com/calendar/feeds/default/owncalendars/full</id><updated>2013-07-30T16:45:59.823Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title>GData Test's Calendar List</title><link rel='alternate' type='text/html' href='https://www.google.com/calendar/render'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:startIndex>1</openSearch:startIndex><entry gd:etag='W/&quot;CEABR347eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/libgdata.test%40googlemail.com</id><published>2013-07-30T16:45:59.820Z</published><updated>2013-07-30T16:45:56.000Z</updated><app:edited>2013-07-30T16:45:56.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>libgdata.test@googlemail.com</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/libgdata.test%40googlemail.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/libgdata.test%40googlemail.com'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><gCal:accesslevel value='owner'/><gCal:color value='#2952A3'/><gCal:hidden value='false'/><gCal:selected value='true'/><gCal:timezone value='Europe/London'/><gCal:timesCleaned value='4'/></entry><entry gd:etag='W/&quot;CEABQn47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com</id><published>2013-07-30T16:45:59.820Z</published><updated>2013-07-30T16:45:53.000Z</updated><app:edited>2013-07-30T16:45:53.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 1</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com'/><author><name>Test Calendar 1</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry><entry gd:etag='W/&quot;CEABRn47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com</id><published>2013-07-30T16:45:59.820Z</published><updated>2013-07-30T16:45:57.000Z</updated><app:edited>2013-07-30T16:45:57.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 2</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com'/><author><name>Test Calendar 2</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry></feed>
-
-> GET /calendar/feeds/default/owncalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202759
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 59 (0x7fffe40100b0), SoupSocket 55 (0x7fffe0040970)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202759
-< Soup-Debug: SoupMessage 59 (0x7fffe40100b0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:00 GMT
-< Set-Cookie: S=calendar=dL-AsXTaBeg5iLh3xK40Xg;Expires=Tue, 06-Aug-2013 18:08:05 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:59 GMT
-< Date: Tue, 30 Jul 2013 16:45:59 GMT
-< Location: https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=dL-AsXTaBeg5iLh3xK40Xg
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=dL-AsXTaBeg5iLh3xK40Xg">here</A>.
-< </BODY>
-< </HTML>
-
-> GET /calendar/feeds/default/owncalendars/full?gsessionid=dL-AsXTaBeg5iLh3xK40Xg HTTP/1.1
-> Soup-Debug-Timestamp: 1375202759
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 59 (0x7fffe40100b0), SoupSocket 55 (0x7fffe0040970), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> GET /calendar/v3/users/me/calendarList?minAccessRole=owner HTTP/1.1
+> Soup-Debug-Timestamp: 1430948164
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 30 (0x1e1f740), SoupSocket 16 (0x7fbbfc002df0)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202760
-< Soup-Debug: SoupMessage 59 (0x7fffe40100b0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_q4NwI2V8UT-SSEMjiblkY8jTSCIGQJCo_ZFavemirrG0G2jzg3jjEVC3CQauPSZoNTFtDCw6Eu1-1S6nOyDK2J9zwLcpKLPHGuWk8fzL5JjKgN0Z0HbdhVtGaldMU2XCoc4_I0dsAZNFNzMl12pQ2IhlOpKYk_syrjXgbEIFWB07e6wSu6Mp1XswtWQL95nokCfWJkTHf4YGsR2zpy2736UplfLIVHDJLz7fiJzKG-5nUmoz2a5jdwopbkQ6flW44tTL7okPm_2Y6nqlPi74Mg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:01 GMT
-< Set-Cookie: S=calendar=MgRRnBRTOyBnSF6XBK5noQ;Expires=Fri, 09-Aug-2013 17:47:17 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:00 GMT
-< Date: Tue, 30 Jul 2013 16:46:00 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=feed
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEACQXw6fCp7JGA9WhFWEk0."
-< Last-Modified: Tue, 30 Jul 2013 16:46:00 GMT
+< Soup-Debug-Timestamp: 1430948164
+< Soup-Debug: SoupMessage 30 (0x1e1f740)
+< Expires: Wed, 06 May 2015 21:36:04 GMT
+< Date: Wed, 06 May 2015 21:36:04 GMT
+< Cache-Control: private, max-age=0, must-revalidate, no-transform
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEACQXw6fCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendarFeed'><id>http://www.google.com/calendar/feeds/default/owncalendars/full</id><updated>2013-07-30T16:46:00.214Z</updated><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title>GData Test's Calendar List</title><link rel='alternate' type='text/html' href='https://www.google.com/calendar/render'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><link rel='http://schemas.google.com/g/2005#post' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><generator version='1.0' uri='http://www.google.com/calendar'>Google Calendar</generator><openSearch:startIndex>1</openSearch:startIndex><entry gd:etag='W/&quot;CEABR347eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/libgdata.test%40googlemail.com</id><published>2013-07-30T16:46:00.149Z</published><updated>2013-07-30T16:45:56.000Z</updated><app:edited>2013-07-30T16:45:56.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>libgdata.test@googlemail.com</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/libgdata.test%40googlemail.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/libgdata.test%40googlemail.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/libgdata.test%40googlemail.com'/><author><name>libgdata.test@googlemail.com</name><email>libgdata.test@googlemail.com</email></author><gCal:accesslevel value='owner'/><gCal:color value='#2952A3'/><gCal:hidden value='false'/><gCal:selected value='true'/><gCal:timezone value='Europe/London'/><gCal:timesCleaned value='4'/></entry><entry gd:etag='W/&quot;CEABQn47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com</id><published>2013-07-30T16:46:00.149Z</published><updated>2013-07-30T16:45:53.000Z</updated><app:edited>2013-07-30T16:45:53.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 1</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com'/><author><name>Test Calendar 1</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry><entry gd:etag='W/&quot;CEABRn47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com</id><published>2013-07-30T16:46:00.149Z</published><updated>2013-07-30T16:45:57.000Z</updated><app:edited>2013-07-30T16:45:57.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title type='text'>Test Calendar 2</title><content type='application/atom+xml' src='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com'/><author><name>Test Calendar 2</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry></feed>
+< {
+< "kind": "calendar#calendarList",
+< "etag": "\"1430948160820000\"",
+< "nextSyncToken": "00001430948160820000",
+< "items": [
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430948160820000\"",
+< "id": "g0i0o30l2jitvb7tbipi26v94c@group.calendar.google.com",
+< "summary": "Test Calendar 2",
+< "timeZone": "UTC",
+< "colorId": "10",
+< "backgroundColor": "#b3dc6c",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"0\"",
+< "id": "libgdata.test@googlemail.com",
+< "summary": "libgdata.test@gmail.com",
+< "timeZone": "Europe/London",
+< "colorId": "17",
+< "backgroundColor": "#9a9cff",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": [
+< {
+< "method": "email",
+< "minutes": 10
+< },
+< {
+< "method": "popup",
+< "minutes": 30
+< }
+< ],
+< "notificationSettings": {
+< "notifications": [
+< {
+< "type": "eventCreation",
+< "method": "email"
+< },
+< {
+< "type": "eventChange",
+< "method": "email"
+< },
+< {
+< "type": "eventCancellation",
+< "method": "email"
+< },
+< {
+< "type": "eventResponse",
+< "method": "email"
+< }
+< ]
+< },
+< "primary": true
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430948157719000\"",
+< "id": "b9bd2rombumk4tgesbmejeoa4g@group.calendar.google.com",
+< "summary": "Test Calendar 1",
+< "timeZone": "UTC",
+< "colorId": "4",
+< "backgroundColor": "#fa573c",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< },
+< {
+< "kind": "calendar#calendarListEntry",
+< "etag": "\"1430947738744000\"",
+< "id": "4v0gftqkoct5skn7t3ushbnsfg@group.calendar.google.com",
+< "summary": "Test Calendar 1",
+< "timeZone": "UTC",
+< "colorId": "8",
+< "backgroundColor": "#16a765",
+< "foregroundColor": "#000000",
+< "selected": true,
+< "accessRole": "owner",
+< "defaultReminders": []
+< }
+< ]
+< }
diff --git a/gdata/tests/traces/calendar/setup-batch-async b/gdata/tests/traces/calendar/setup-batch-async
deleted file mode 100644
index ea5ea94b..00000000
--- a/gdata/tests/traces/calendar/setup-batch-async
+++ /dev/null
@@ -1,75 +0,0 @@
-> POST /calendar/feeds/default/private/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202842
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 126 (0x7fffe40158e0), SoupSocket 116 (0x7756d0)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
->
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Party &apos;Til You Puke</title><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/></entry>
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202842
-< Soup-Debug: SoupMessage 126 (0x7fffe40158e0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:47:23 GMT
-< Set-Cookie: S=calendar=sdIsMzx0L6SA-RR8WRNxDQ;Expires=Tue, 13-Aug-2013 01:24:30 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:47:22 GMT
-< Date: Tue, 30 Jul 2013 16:47:22 GMT
-< Location: https://www.google.com/calendar/feeds/default/private/full?gsessionid=sdIsMzx0L6SA-RR8WRNxDQ
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/private/full?gsessionid=sdIsMzx0L6SA-RR8WRNxDQ">here</A>.
-< </BODY>
-< </HTML>
-
-> POST /calendar/feeds/default/private/full?gsessionid=sdIsMzx0L6SA-RR8WRNxDQ HTTP/1.1
-> Soup-Debug-Timestamp: 1375202842
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 126 (0x7fffe40158e0), SoupSocket 117 (0x7fffe00408b0), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-> Content-Length: 534
->
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Party &apos;Til You Puke</title><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/></entry>
-
-< HTTP/1.1 201 Created
-< Soup-Debug-Timestamp: 1375202843
-< Soup-Debug: SoupMessage 126 (0x7fffe40158e0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_q4NwI2V8UT-SSEMjiblkY8jTSCIGQJCo_ZFavemirrG0G2jzg3jjEVC3CQauPSZoNTFtDCw6Eu1-1S6nOyDK2J9zwLcpKLPHGuWk8fzL5JjKgN0Z0HbdhVtGaldMU2XCoc4_I0dsAZNFNzMl12pQ2IhlOpKYk_syrjXgbEIFWB07e6wSu6Mp1XswtWQL95nokCfWJkTHf4YGsR2zpy2736UplfLIVHDJLz7fiJzKG-5nUmoz2a5jdwopbkQ6flW44tTL7okPm_2Y6nqlPi74Mg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:47:23 GMT
-< Set-Cookie: S=calendar=rEzm6qfyz69cs4lO8F8cNA;Expires=Fri, 09-Aug-2013 21:32:27 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:47:23 GMT
-< Date: Tue, 30 Jul 2013 16:47:23 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=entry
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: "EEUCQQRFfSp7JGA6WhNS"
-< Location: https://www.google.com/calendar/feeds/default/private/full/62ga7dp4t4g0fld702rs147ia8
-< Content-Location: https://www.google.com/calendar/feeds/default/private/full/62ga7dp4t4g0fld702rs147ia8
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='&quot;EEUCQQRFfSp7JGA6WhNS&quot;' gd:kind='calendar#event'><id>http://www.google.com/calendar/feeds/default/events/62ga7dp4t4g0fld702rs147ia8</id><published>2013-07-30T16:47:22.000Z</published><updated>2013-07-30T16:47:23.000Z</updated><app:edited>2013-07-30T16:47:23.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Party 'Til You Puke</title><content/><link rel='alternate' type='text/html' href='https://www.google.com/calendar/event?eid=NjJnYTdkcDR0NGcwZmxkNzAycnMxNDdpYTggbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/62ga7dp4t4g0fld702rs147ia8'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/62ga7dp4t4g0fld702rs147ia8'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><gd:comments><gd:feedLink href='https://www.google.com/calendar/feeds/default/private/full/62ga7dp4t4g0fld702rs147ia8/comments'/></gd:comments><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:where valueString=''/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:when endTime='2013-07-30T17:47:22.000+01:00' startTime='2013-07-30T17:47:22.000+01:00'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gCal:anyoneCanAddSelf value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanModify value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:sequence value='0'/><gCal:uid value='62ga7dp4t4g0fld702rs147ia8@google.com'/></entry>
-
diff --git a/gdata/tests/traces/calendar/setup-query-calendars b/gdata/tests/traces/calendar/setup-query-calendars
index 4f9a251b..a3d319f7 100644
--- a/gdata/tests/traces/calendar/setup-query-calendars
+++ b/gdata/tests/traces/calendar/setup-query-calendars
@@ -1,150 +1,78 @@
-> POST /calendar/feeds/default/owncalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202751
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 53 (0x8c28c0), SoupSocket 48 (0x7753d0)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> POST /calendar/v3/calendars HTTP/1.1
+> Soup-Debug-Timestamp: 1430948154
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 25 (0x1e1f0b0), SoupSocket 13 (0x1bbc340)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
-> Content-Type: application/atom+xml
+> Content-Type: application/json
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
>
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Test Calendar 1</title><category term='http://schemas.google.com/gCal/2005#calendarmeta' scheme='http://schemas.google.com/g/2005#kind'/><gCal:hidden value='false'/><gCal:color value='#7a367a'/><gCal:selected value='false'/></entry>
+> {"kind":"calendar#calendar","summary":"Test Calendar 1","hidden":false,"backgroundColor":"#7a367a","selected":false}
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202751
-< Soup-Debug: SoupMessage 53 (0x8c28c0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:53 GMT
-< Set-Cookie: S=calendar=Lyp-F7Kp5ScT-QTe7TxLMg;Expires=Sat, 10-Aug-2013 23:16:39 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:52 GMT
-< Date: Tue, 30 Jul 2013 16:45:52 GMT
-< Location: https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=Lyp-F7Kp5ScT-QTe7TxLMg
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
+< HTTP/1.1 200 OK
+< Soup-Debug-Timestamp: 1430948158
+< Soup-Debug: SoupMessage 25 (0x1e1f0b0)
+< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
+< Pragma: no-cache
+< Expires: Fri, 01 Jan 1990 00:00:00 GMT
+< Date: Wed, 06 May 2015 21:35:58 GMT
+< ETag: "pc4WsFKtK0DPTzlsquzpd-pobYU/cnBjtGBXrPYba0jayIgaSUILJIM"
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=Lyp-F7Kp5ScT-QTe7TxLMg">here</A>.
-< </BODY>
-< </HTML>
+< {
+< "kind": "calendar#calendar",
+< "etag": "\"pc4WsFKtK0DPTzlsquzpd-pobYU/cnBjtGBXrPYba0jayIgaSUILJIM\"",
+< "id": "b9bd2rombumk4tgesbmejeoa4g@group.calendar.google.com",
+< "summary": "Test Calendar 1"
+< }
-> POST /calendar/feeds/default/owncalendars/full?gsessionid=Lyp-F7Kp5ScT-QTe7TxLMg HTTP/1.1
-> Soup-Debug-Timestamp: 1375202752
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 53 (0x8c28c0), SoupSocket 49 (0x775490), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> POST /calendar/v3/calendars HTTP/1.1
+> Soup-Debug-Timestamp: 1430948158
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 26 (0x1e1f290), SoupSocket 14 (0x7fbbf8003780)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
-> Content-Type: application/atom+xml
+> Content-Type: application/json
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
-> Content-Length: 464
>
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Test Calendar 1</title><category term='http://schemas.google.com/gCal/2005#calendarmeta' scheme='http://schemas.google.com/g/2005#kind'/><gCal:hidden value='false'/><gCal:color value='#7a367a'/><gCal:selected value='false'/></entry>
+> {"kind":"calendar#calendar","summary":"Test Calendar 2","hidden":false,"backgroundColor":"#7a367a","selected":false}
-< HTTP/1.1 201 Created
-< Soup-Debug-Timestamp: 1375202753
-< Soup-Debug: SoupMessage 53 (0x8c28c0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_q4NwI2V8UT-SSEMjiblkY8jTSCIGQJCo_ZFavemirrG0G2jzg3jjEVC3CQauPSZoNTFtDCw6Eu1-1S6nOyDK2J9zwLcpKLPHGuWk8fzL5JjKgN0Z0HbdhVtGaldMU2XCoc4_I0dsAZNFNzMl12pQ2IhlOpKYk_syrjXgbEIFWB07e6wSu6Mp1XswtWQL95nokCfWJkTHf4YGsR2zpy2736UplfLIVHDJLz7fiJzKG-5nUmoz2a5jdwopbkQ6flW44tTL7okPm_2Y6nqlPi74Mg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:53 GMT
-< Set-Cookie: S=calendar=uDJIQe7ySRQWTH9UR6s3fA;Expires=Wed, 07-Aug-2013 07:30:24 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:53 GMT
-< Date: Tue, 30 Jul 2013 16:45:53 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=entry
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEABQn47eCp7JGA9WhFWEk0."
-< Location: https://www.google.com/calendar/feeds/default/owncalendars/full/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com
-< Content-Location: https://www.google.com/calendar/feeds/default/owncalendars/full/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com
+< HTTP/1.1 200 OK
+< Soup-Debug-Timestamp: 1430948162
+< Soup-Debug: SoupMessage 26 (0x1e1f290)
+< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
+< Pragma: no-cache
+< Expires: Fri, 01 Jan 1990 00:00:00 GMT
+< Date: Wed, 06 May 2015 21:36:02 GMT
+< ETag: "pc4WsFKtK0DPTzlsquzpd-pobYU/X-qSYBJECbfL3lquVEwIFUTSIaQ"
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEABQn47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com</id><published>2013-07-30T16:45:53.840Z</published><updated>2013-07-30T16:45:53.000Z</updated><app:edited>2013-07-30T16:45:53.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title>Test Calendar 1</title><content type='application/atom+xml;type=feed' src='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com'/><author><name>Test Calendar 1</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry>
-
-> POST /calendar/feeds/default/owncalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202753
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 54 (0x8c2aa0), SoupSocket 50 (0x775310)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
->
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Test Calendar 2</title><category term='http://schemas.google.com/gCal/2005#calendarmeta' scheme='http://schemas.google.com/g/2005#kind'/><gCal:hidden value='false'/><gCal:color value='#7a367a'/><gCal:selected value='false'/></entry>
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202754
-< Soup-Debug: SoupMessage 54 (0x8c2aa0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:55 GMT
-< Set-Cookie: S=calendar=vGmNP6U-iXmMqJUYqEz8xA;Expires=Thu, 08-Aug-2013 15:50:48 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:54 GMT
-< Date: Tue, 30 Jul 2013 16:45:54 GMT
-< Location: https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=vGmNP6U-iXmMqJUYqEz8xA
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=vGmNP6U-iXmMqJUYqEz8xA">here</A>.
-< </BODY>
-< </HTML>
-
-> POST /calendar/feeds/default/owncalendars/full?gsessionid=vGmNP6U-iXmMqJUYqEz8xA HTTP/1.1
-> Soup-Debug-Timestamp: 1375202754
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 54 (0x8c2aa0), SoupSocket 51 (0x7fffe0040970), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-> Content-Length: 464
->
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Test Calendar 2</title><category term='http://schemas.google.com/gCal/2005#calendarmeta' scheme='http://schemas.google.com/g/2005#kind'/><gCal:hidden value='false'/><gCal:color value='#7a367a'/><gCal:selected value='false'/></entry>
-
-< HTTP/1.1 201 Created
-< Soup-Debug-Timestamp: 1375202756
-< Soup-Debug: SoupMessage 54 (0x8c2aa0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:45:55 GMT
-< Set-Cookie: S=calendar=gkJe0N0WjR8w23nKU3xOZw;Expires=Sun, 11-Aug-2013 02:55:21 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:45:57 GMT
-< Date: Tue, 30 Jul 2013 16:45:57 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=entry
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CEABRn47eCp7JGA9WhFWEk0."
-< Location: https://www.google.com/calendar/feeds/default/owncalendars/full/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com
-< Content-Location: https://www.google.com/calendar/feeds/default/owncalendars/full/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CEABRn47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com</id><published>2013-07-30T16:45:57.065Z</published><updated>2013-07-30T16:45:57.000Z</updated><app:edited>2013-07-30T16:45:57.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title>Test Calendar 2</title><content type='application/atom+xml;type=feed' src='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com'/><author><name>Test Calendar 2</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry>
+< {
+< "kind": "calendar#calendar",
+< "etag": "\"pc4WsFKtK0DPTzlsquzpd-pobYU/X-qSYBJECbfL3lquVEwIFUTSIaQ\"",
+< "id": "g0i0o30l2jitvb7tbipi26v94c@group.calendar.google.com",
+< "summary": "Test Calendar 2"
+< }
diff --git a/gdata/tests/traces/calendar/setup-query-events b/gdata/tests/traces/calendar/setup-query-events
index 5fa96efb..2564cdec 100644
--- a/gdata/tests/traces/calendar/setup-query-events
+++ b/gdata/tests/traces/calendar/setup-query-events
@@ -1,225 +1,199 @@
-> POST /calendar/feeds/default/private/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202786
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 81 (0x7fffe003f550), SoupSocket 74 (0x7756d0)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> POST /calendar/v3/calendars/ndihjbq6agrl249fjqgd535qmk%40group.calendar.google.com/events HTTP/1.1
+> Soup-Debug-Timestamp: 1430948187
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 52 (0x1e1f560), SoupSocket 31 (0x7fbbf0036510)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
-> Content-Type: application/atom+xml
+> Content-Type: application/json
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
>
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Test Event 1</title><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/></entry>
+> {"kind":"calendar#event","summary":"Test Event 1","anyoneCanAddSelf":false,"guestsCanInviteOthers":false,"guestsCanModify":false,"guestsCanSeeOtherGuests":false,"start":{"dateTime":"2014-12-20T22:15:27Z","timeZone":"UTC"},"end":{"dateTime":"2014-12-20T22:15:28Z","timeZone":"UTC"},"attendees":[]}
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202786
-< Soup-Debug: SoupMessage 81 (0x7fffe003f550)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:27 GMT
-< Set-Cookie: S=calendar=k7cXcwqWPX8rnPhqST7EYw;Expires=Tue, 13-Aug-2013 04:38:22 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:26 GMT
-< Date: Tue, 30 Jul 2013 16:46:26 GMT
-< Location: https://www.google.com/calendar/feeds/default/private/full?gsessionid=k7cXcwqWPX8rnPhqST7EYw
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
+< HTTP/1.1 200 OK
+< Soup-Debug-Timestamp: 1430948188
+< Soup-Debug: SoupMessage 52 (0x1e1f560)
+< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
+< Pragma: no-cache
+< Expires: Fri, 01 Jan 1990 00:00:00 GMT
+< Date: Wed, 06 May 2015 21:36:28 GMT
+< ETag: "2861896376542000"
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/private/full?gsessionid=k7cXcwqWPX8rnPhqST7EYw">here</A>.
-< </BODY>
-< </HTML>
+< {
+< "kind": "calendar#event",
+< "etag": "\"2861896376542000\"",
+< "id": "2n570av5hfh1t86or4idi7fggc",
+< "status": "confirmed",
+< "htmlLink": "https://www.google.com/calendar/event?eid=Mm41NzBhdjVoZmgxdDg2b3I0aWRpN2ZnZ2MgbmRpaGpicTZhZ3JsMjQ5ZmpxZ2Q1MzVxbWtAZw",
+< "created": "2015-05-06T21:36:28.000Z",
+< "updated": "2015-05-06T21:36:28.271Z",
+< "summary": "Test Event 1",
+< "creator": {
+< "email": "libgdata.test@googlemail.com",
+< "displayName": "GData Test"
+< },
+< "organizer": {
+< "email": "ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com",
+< "displayName": "Temp Test Calendar",
+< "self": true
+< },
+< "start": {
+< "dateTime": "2014-12-20T22:15:27Z",
+< "timeZone": "UTC"
+< },
+< "end": {
+< "dateTime": "2014-12-20T22:15:28Z",
+< "timeZone": "UTC"
+< },
+< "iCalUID": "2n570av5hfh1t86or4idi7fggc@google.com",
+< "sequence": 0,
+< "guestsCanInviteOthers": false,
+< "guestsCanSeeOtherGuests": false,
+< "reminders": {
+< "useDefault": true
+< }
+< }
-> POST /calendar/feeds/default/private/full?gsessionid=k7cXcwqWPX8rnPhqST7EYw HTTP/1.1
-> Soup-Debug-Timestamp: 1375202786
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 81 (0x7fffe003f550), SoupSocket 75 (0x7750d0), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> POST /calendar/v3/calendars/ndihjbq6agrl249fjqgd535qmk%40group.calendar.google.com/events HTTP/1.1
+> Soup-Debug-Timestamp: 1430948188
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 53 (0x1e1f290), SoupSocket 32 (0x7fbbfc002df0)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
-> Content-Type: application/atom+xml
+> Content-Type: application/json
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
-> Content-Length: 522
>
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Test Event 1</title><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/></entry>
+> {"kind":"calendar#event","summary":"Test Event 2","anyoneCanAddSelf":false,"guestsCanInviteOthers":false,"guestsCanModify":false,"guestsCanSeeOtherGuests":false,"start":{"dateTime":"2014-12-20T22:03:20Z","timeZone":"UTC"},"end":{"dateTime":"2014-12-20T22:20:00Z","timeZone":"UTC"},"attendees":[]}
-< HTTP/1.1 201 Created
-< Soup-Debug-Timestamp: 1375202787
-< Soup-Debug: SoupMessage 81 (0x7fffe003f550)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_QMIIFxw1-89I4fIiltp3toM_OQPaV-s2Op5YfNNKqskJ-elHTN3M2YrIdeRcj84Q94sPukowimpQydy5Tbb14G3YJ4S-NHM8cpqZJBifvXkyktCQOlLQS03AMrw1-u6qvRouqxtCMYd1apUUU9kXVWwoSYowH2iqScUeke9qp_ZEetMmdoQ61WwPB5gd4Of34y2qjfi6BC-i8q-4AfecimYdMpxx-Z7ncnkPEftWV84VyvVUhWfLM8oWcP3zT943b_FOzjNl76pHK1Za70lHtw
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:27 GMT
-< Set-Cookie: S=calendar=yNiBFSWOALvGOhSRm4sh6g;Expires=Sun, 11-Aug-2013 00:50:44 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:27 GMT
-< Date: Tue, 30 Jul 2013 16:46:27 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=entry
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: "EEUCQg1JeSp7JGA6WhNS"
-< Location: https://www.google.com/calendar/feeds/default/private/full/tc791pjf1ndnicqvb2jgorvdj8
-< Content-Location: https://www.google.com/calendar/feeds/default/private/full/tc791pjf1ndnicqvb2jgorvdj8
+< HTTP/1.1 200 OK
+< Soup-Debug-Timestamp: 1430948188
+< Soup-Debug: SoupMessage 53 (0x1e1f290)
+< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
+< Pragma: no-cache
+< Expires: Fri, 01 Jan 1990 00:00:00 GMT
+< Date: Wed, 06 May 2015 21:36:28 GMT
+< ETag: "2861896377638000"
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='&quot;EEUCQg1JeSp7JGA6WhNS&quot;' gd:kind='calendar#event'><id>http://www.google.com/calendar/feeds/default/events/tc791pjf1ndnicqvb2jgorvdj8</id><published>2013-07-30T16:46:27.000Z</published><updated>2013-07-30T16:46:27.000Z</updated><app:edited>2013-07-30T16:46:27.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Test Event 1</title><content/><link rel='alternate' type='text/html' href='https://www.google.com/calendar/event?eid=dGM3OTFwamYxbmRuaWNxdmIyamdvcnZkajggbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/tc791pjf1ndnicqvb2jgorvdj8'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/tc791pjf1ndnicqvb2jgorvdj8'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><gd:comments><gd:feedLink href='https://www.google.com/calendar/feeds/default/private/full/tc791pjf1ndnicqvb2jgorvdj8/comments'/></gd:comments><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:where valueString=''/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:when endTime='2013-07-30T17:46:27.000+01:00' startTime='2013-07-30T17:46:27.000+01:00'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gCal:anyoneCanAddSelf value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanModify value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:sequence value='0'/><gCal:uid value='tc791pjf1ndnicqvb2jgorvdj8@google.com'/></entry>
+< {
+< "kind": "calendar#event",
+< "etag": "\"2861896377638000\"",
+< "id": "dkbmejutdvtal2acso08hgca84",
+< "status": "confirmed",
+< "htmlLink": "https://www.google.com/calendar/event?eid=ZGtibWVqdXRkdnRhbDJhY3NvMDhoZ2NhODQgbmRpaGpicTZhZ3JsMjQ5ZmpxZ2Q1MzVxbWtAZw",
+< "created": "2015-05-06T21:36:28.000Z",
+< "updated": "2015-05-06T21:36:28.819Z",
+< "summary": "Test Event 2",
+< "creator": {
+< "email": "libgdata.test@googlemail.com",
+< "displayName": "GData Test"
+< },
+< "organizer": {
+< "email": "ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com",
+< "displayName": "Temp Test Calendar",
+< "self": true
+< },
+< "start": {
+< "dateTime": "2014-12-20T22:03:20Z",
+< "timeZone": "UTC"
+< },
+< "end": {
+< "dateTime": "2014-12-20T22:20:00Z",
+< "timeZone": "UTC"
+< },
+< "iCalUID": "dkbmejutdvtal2acso08hgca84@google.com",
+< "sequence": 0,
+< "guestsCanInviteOthers": false,
+< "guestsCanSeeOtherGuests": false,
+< "reminders": {
+< "useDefault": true
+< }
+< }
-> POST /calendar/feeds/default/private/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202787
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 82 (0x7fffe003f0a0), SoupSocket 76 (0x7fffe0040970)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> POST /calendar/v3/calendars/ndihjbq6agrl249fjqgd535qmk%40group.calendar.google.com/events HTTP/1.1
+> Soup-Debug-Timestamp: 1430948189
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 54 (0x1e1f0b0), SoupSocket 33 (0x7fbbf0036100)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
-> Content-Type: application/atom+xml
+> Content-Type: application/json
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
>
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Test Event 2</title><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/></entry>
+> {"kind":"calendar#event","summary":"Test Event 3","anyoneCanAddSelf":false,"guestsCanInviteOthers":false,"guestsCanModify":false,"guestsCanSeeOtherGuests":false,"start":{"date":"2014-12-20","timeZone":"UTC"},"end":{"date":"2014-12-21","timeZone":"UTC"},"attendees":[]}
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202787
-< Soup-Debug: SoupMessage 82 (0x7fffe003f0a0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:28 GMT
-< Set-Cookie: S=calendar=X5bVHI-2JyrxX7YRrMhQ4g;Expires=Sun, 11-Aug-2013 04:04:47 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:27 GMT
-< Date: Tue, 30 Jul 2013 16:46:27 GMT
-< Location: https://www.google.com/calendar/feeds/default/private/full?gsessionid=X5bVHI-2JyrxX7YRrMhQ4g
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
+< HTTP/1.1 200 OK
+< Soup-Debug-Timestamp: 1430948189
+< Soup-Debug: SoupMessage 54 (0x1e1f0b0)
+< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
+< Pragma: no-cache
+< Expires: Fri, 01 Jan 1990 00:00:00 GMT
+< Date: Wed, 06 May 2015 21:36:29 GMT
+< ETag: "2861896378226000"
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/private/full?gsessionid=X5bVHI-2JyrxX7YRrMhQ4g">here</A>.
-< </BODY>
-< </HTML>
-
-> POST /calendar/feeds/default/private/full?gsessionid=X5bVHI-2JyrxX7YRrMhQ4g HTTP/1.1
-> Soup-Debug-Timestamp: 1375202787
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 82 (0x7fffe003f0a0), SoupSocket 77 (0x775550), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-> Content-Length: 522
->
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Test Event 2</title><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/></entry>
-
-< HTTP/1.1 201 Created
-< Soup-Debug-Timestamp: 1375202788
-< Soup-Debug: SoupMessage 82 (0x7fffe003f0a0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:28 GMT
-< Set-Cookie: S=calendar=GALN8I3zxFSNshL7sBYClA;Expires=Fri, 09-Aug-2013 22:23:06 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:28 GMT
-< Date: Tue, 30 Jul 2013 16:46:28 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=entry
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: "EEUCQg1Jdip7JGA6WhNS"
-< Location: https://www.google.com/calendar/feeds/default/private/full/i0h3hd7ash2mno0h4srh1vvu9s
-< Content-Location: https://www.google.com/calendar/feeds/default/private/full/i0h3hd7ash2mno0h4srh1vvu9s
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='&quot;EEUCQg1Jdip7JGA6WhNS&quot;' gd:kind='calendar#event'><id>http://www.google.com/calendar/feeds/default/events/i0h3hd7ash2mno0h4srh1vvu9s</id><published>2013-07-30T16:46:28.000Z</published><updated>2013-07-30T16:46:28.000Z</updated><app:edited>2013-07-30T16:46:28.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Test Event 2</title><content/><link rel='alternate' type='text/html' href='https://www.google.com/calendar/event?eid=aTBoM2hkN2FzaDJtbm8waDRzcmgxdnZ1OXMgbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/i0h3hd7ash2mno0h4srh1vvu9s'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/i0h3hd7ash2mno0h4srh1vvu9s'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><gd:comments><gd:feedLink href='https://www.google.com/calendar/feeds/default/private/full/i0h3hd7ash2mno0h4srh1vvu9s/comments'/></gd:comments><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:where valueString=''/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:when endTime='2013-07-30T17:46:27.000+01:00' startTime='2013-07-30T17:46:27.000+01:00'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gCal:anyoneCanAddSelf value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanModify value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:sequence value='0'/><gCal:uid value='i0h3hd7ash2mno0h4srh1vvu9s@google.com'/></entry>
-
-> POST /calendar/feeds/default/private/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202788
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 83 (0x7fffe40158e0), SoupSocket 78 (0x775310)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
->
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Test Event 3</title><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/></entry>
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202788
-< Soup-Debug: SoupMessage 83 (0x7fffe40158e0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:29 GMT
-< Set-Cookie: S=calendar=VaocSW42z6SNxkHwz5uzOQ;Expires=Sun, 11-Aug-2013 16:37:15 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:28 GMT
-< Date: Tue, 30 Jul 2013 16:46:28 GMT
-< Location: https://www.google.com/calendar/feeds/default/private/full?gsessionid=VaocSW42z6SNxkHwz5uzOQ
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/private/full?gsessionid=VaocSW42z6SNxkHwz5uzOQ">here</A>.
-< </BODY>
-< </HTML>
-
-> POST /calendar/feeds/default/private/full?gsessionid=VaocSW42z6SNxkHwz5uzOQ HTTP/1.1
-> Soup-Debug-Timestamp: 1375202788
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 83 (0x7fffe40158e0), SoupSocket 79 (0x775490), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-> Content-Length: 522
->
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Test Event 3</title><category term='http://schemas.google.com/g/2005#event' scheme='http://schemas.google.com/g/2005#kind'/><gCal:guestsCanModify value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:anyoneCanAddSelf value='false'/></entry>
-
-< HTTP/1.1 201 Created
-< Soup-Debug-Timestamp: 1375202789
-< Soup-Debug: SoupMessage 83 (0x7fffe40158e0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_QMIIFxw1-89I4fIiltp3toM_OQPaV-s2Op5YfNNKqskJ-elHTN3M2YrIdeRcj84Q94sPukowimpQydy5Tbb14G3YJ4S-NHM8cpqZJBifvXkyktCQOlLQS03AMrw1-u6qvRouqxtCMYd1apUUU9kXVWwoSYowH2iqScUeke9qp_ZEetMmdoQ61WwPB5gd4Of34y2qjfi6BC-i8q-4AfecimYdMpxx-Z7ncnkPEftWV84VyvVUhWfLM8oWcP3zT943b_FOzjNl76pHK1Za70lHtw
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:30 GMT
-< Set-Cookie: S=calendar=VvwPpJlh4ijzuVagm37qnQ;Expires=Fri, 09-Aug-2013 18:44:14 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:29 GMT
-< Date: Tue, 30 Jul 2013 16:46:29 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=entry
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: "EEUCQg1Jdyp7JGA6WhNS"
-< Location: https://www.google.com/calendar/feeds/default/private/full/qv6rqh2gmrlee1uevomk3b1jok
-< Content-Location: https://www.google.com/calendar/feeds/default/private/full/qv6rqh2gmrlee1uevomk3b1jok
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='&quot;EEUCQg1Jdyp7JGA6WhNS&quot;' gd:kind='calendar#event'><id>http://www.google.com/calendar/feeds/default/events/qv6rqh2gmrlee1uevomk3b1jok</id><published>2013-07-30T16:46:29.000Z</published><updated>2013-07-30T16:46:29.000Z</updated><app:edited>2013-07-30T16:46:29.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'/><title>Test Event 3</title><content/><link rel='alternate' type='text/html' href='https://www.google.com/calendar/event?eid=cXY2cnFoMmdtcmxlZTF1ZXZvbWszYjFqb2sgbGliZ2RhdGEudGVzdEBnb29nbGVtYWlsLmNvbQ' title='alternate'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/qv6rqh2gmrlee1uevomk3b1jok'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/private/full/qv6rqh2gmrlee1uevomk3b1jok'/><author><name>GData Test</name><email>libgdata.test@googlemail.com</email></author><gd:comments><gd:feedLink href='https://www.google.com/calendar/feeds/default/private/full/qv6rqh2gmrlee1uevomk3b1jok/comments'/></gd:comments><gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'/><gd:where valueString=''/><gd:who email='libgdata.test@googlemail.com' rel='http://schemas.google.com/g/2005#event.organizer' valueString='GData Test'/><gd:when endTime='2013-07-30T17:46:29.000+01:00' startTime='2013-07-30T17:46:29.000+01:00'/><gd:transparency value='http://schemas.google.com/g/2005#event.opaque'/><gd:visibility value='http://schemas.google.com/g/2005#event.default'/><gCal:anyoneCanAddSelf value='false'/><gCal:guestsCanInviteOthers value='false'/><gCal:guestsCanModify value='false'/><gCal:guestsCanSeeGuests value='false'/><gCal:sequence value='0'/><gCal:uid value='qv6rqh2gmrlee1uevomk3b1jok@google.com'/></entry>
+< {
+< "kind": "calendar#event",
+< "etag": "\"2861896378226000\"",
+< "id": "qrg4bvlh9b6272o0du9p2rm75c",
+< "status": "confirmed",
+< "htmlLink": "https://www.google.com/calendar/event?eid=cXJnNGJ2bGg5YjYyNzJvMGR1OXAycm03NWMgbmRpaGpicTZhZ3JsMjQ5ZmpxZ2Q1MzVxbWtAZw",
+< "created": "2015-05-06T21:36:29.000Z",
+< "updated": "2015-05-06T21:36:29.113Z",
+< "summary": "Test Event 3",
+< "creator": {
+< "email": "libgdata.test@googlemail.com",
+< "displayName": "GData Test"
+< },
+< "organizer": {
+< "email": "ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com",
+< "displayName": "Temp Test Calendar",
+< "self": true
+< },
+< "start": {
+< "date": "2014-12-20"
+< },
+< "end": {
+< "date": "2014-12-21"
+< },
+< "iCalUID": "qrg4bvlh9b6272o0du9p2rm75c@google.com",
+< "sequence": 0,
+< "guestsCanInviteOthers": false,
+< "guestsCanSeeOtherGuests": false,
+< "reminders": {
+< "useDefault": true
+< }
+< }
diff --git a/gdata/tests/traces/calendar/setup-temp-calendar b/gdata/tests/traces/calendar/setup-temp-calendar
index a99879ad..5a210210 100644
--- a/gdata/tests/traces/calendar/setup-temp-calendar
+++ b/gdata/tests/traces/calendar/setup-temp-calendar
@@ -1,75 +1,39 @@
-> POST /calendar/feeds/default/owncalendars/full HTTP/1.1
-> Soup-Debug-Timestamp: 1375202833
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 119 (0x7fffe40158e0), SoupSocket 108 (0x775250)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> POST /calendar/v3/calendars HTTP/1.1
+> Soup-Debug-Timestamp: 1430949585
+> Soup-Debug: SoupSession 1 (0xc32240), SoupMessage 5 (0xffba90), SoupSocket 3 (0xbf11a0)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGy-MEL7oZEh875MiCaHZKx6KNZcPN1FIFpJB2r_OlDKat0j_JfenP1BZb1Skk2cO5F6VaQkUo7wg
> GData-Version: 2
-> Content-Type: application/atom+xml
+> Content-Type: application/json
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
>
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Temp Test Calendar</title><category term='http://schemas.google.com/gCal/2005#calendarmeta' scheme='http://schemas.google.com/g/2005#kind'/><gCal:hidden value='false'/><gCal:color value='#7a367a'/><gCal:selected value='false'/></entry>
+> {"kind":"calendar#calendar","summary":"Temp Test Calendar","hidden":false,"backgroundColor":"#7a367a","selected":false}
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202833
-< Soup-Debug: SoupMessage 119 (0x7fffe40158e0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:47:15 GMT
-< Set-Cookie: S=calendar=-kHvfZmLSg-swDZiGpo5Lw;Expires=Mon, 12-Aug-2013 23:24:30 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:47:14 GMT
-< Date: Tue, 30 Jul 2013 16:47:14 GMT
-< Location: https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=-kHvfZmLSg-swDZiGpo5Lw
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
+< HTTP/1.1 200 OK
+< Soup-Debug-Timestamp: 1430949588
+< Soup-Debug: SoupMessage 5 (0xffba90)
+< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
+< Pragma: no-cache
+< Expires: Fri, 01 Jan 1990 00:00:00 GMT
+< Date: Wed, 06 May 2015 21:59:48 GMT
+< ETag: "pc4WsFKtK0DPTzlsquzpd-pobYU/76RTQy6ui7dW5fjosFBgA2nn3xs"
+< Vary: Origin
+< Vary: X-Origin
+< Content-Type: application/json; charset=UTF-8
+< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
+< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/owncalendars/full?gsessionid=-kHvfZmLSg-swDZiGpo5Lw">here</A>.
-< </BODY>
-< </HTML>
-
-> POST /calendar/feeds/default/owncalendars/full?gsessionid=-kHvfZmLSg-swDZiGpo5Lw HTTP/1.1
-> Soup-Debug-Timestamp: 1375202834
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 119 (0x7fffe40158e0), SoupSocket 109 (0x775310), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Content-Type: application/atom+xml
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-> Content-Length: 467
->
-> <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>Temp Test Calendar</title><category term='http://schemas.google.com/gCal/2005#calendarmeta' scheme='http://schemas.google.com/g/2005#kind'/><gCal:hidden value='false'/><gCal:color value='#7a367a'/><gCal:selected value='false'/></entry>
-
-< HTTP/1.1 201 Created
-< Soup-Debug-Timestamp: 1375202835
-< Soup-Debug: SoupMessage 119 (0x7fffe40158e0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_QMIIFxw1-89I4fIiltp3toM_OQPaV-s2Op5YfNNKqskJ-elHTN3M2YrIdeRcj84Q94sPukowimpQydy5Tbb14G3YJ4S-NHM8cpqZJBifvXkyktCQOlLQS03AMrw1-u6qvRouqxtCMYd1apUUU9kXVWwoSYowH2iqScUeke9qp_ZEetMmdoQ61WwPB5gd4Of34y2qjfi6BC-i8q-4AfecimYdMpxx-Z7ncnkPEftWV84VyvVUhWfLM8oWcP3zT943b_FOzjNl76pHK1Za70lHtw
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:47:15 GMT
-< Set-Cookie: S=calendar=WDyL_96_JmfwHLNGQg_bqw;Expires=Sun, 11-Aug-2013 04:02:02 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:47:15 GMT
-< Date: Tue, 30 Jul 2013 16:47:15 GMT
-< Content-Type: application/atom+xml; charset=UTF-8; type=entry
-< Cache-control: private, max-age=0, must-revalidate, no-transform
-< Vary: Accept, X-GData-Authorization, GData-Version
-< GData-Version: 2.6
-< ETag: W/"CE8HRH47eCp7JGA9WhFWEk0."
-< Location: https://www.google.com/calendar/feeds/default/owncalendars/full/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com
-< Content-Location: https://www.google.com/calendar/feeds/default/owncalendars/full/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:app='http://www.w3.org/2007/app' xmlns:gCal='http://schemas.google.com/gCal/2005' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/&quot;CE8HRH47eCp7JGA9WhFWEk0.&quot;' gd:kind='calendar#calendar'><id>http://www.google.com/calendar/feeds/default/calendars/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com</id><published>2013-07-30T16:47:15.997Z</published><updated>2013-07-30T16:47:15.000Z</updated><app:edited>2013-07-30T16:47:15.000Z</app:edited><category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/gCal/2005#calendarmeta'/><title>Temp Test Calendar</title><content type='application/atom+xml;type=feed' src='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full'/><link rel='alternate' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/gCal/2005#eventFeed' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/private/full'/><link rel='http://schemas.google.com/acl/2007#accessControlList' type='application/atom+xml' href='https://www.google.com/calendar/feeds/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com/acl/full'/><link rel='self' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com'/><link rel='edit' type='application/atom+xml' href='https://www.google.com/calendar/feeds/default/owncalendars/full/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com'/><author><name>Temp Test Calendar</name></author><gCal:accesslevel value='owner'/><gCal:color value='#7A367A'/><gCal:hidden value='false'/><gCal:selected value='false'/><gCal:timezone value='UTC'/><gCal:timesCleaned value='0'/></entry>
+< {
+< "kind": "calendar#calendar",
+< "etag": "\"pc4WsFKtK0DPTzlsquzpd-pobYU/76RTQy6ui7dW5fjosFBgA2nn3xs\"",
+< "id": "ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com",
+< "summary": "Temp Test Calendar"
+< }
diff --git a/gdata/tests/traces/calendar/teardown-batch-async b/gdata/tests/traces/calendar/teardown-batch-async
deleted file mode 100644
index 0fd9f3d3..00000000
--- a/gdata/tests/traces/calendar/teardown-batch-async
+++ /dev/null
@@ -1,65 +0,0 @@
-> DELETE /calendar/feeds/default/private/full/62ga7dp4t4g0fld702rs147ia8 HTTP/1.1
-> Soup-Debug-Timestamp: 1375202843
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 127 (0x7fffe003f0a0), SoupSocket 117 (0x7fffe00408b0)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> If-Match: "EEUCQQRFfSp7JGA6WhNS"
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202843
-< Soup-Debug: SoupMessage 127 (0x7fffe003f0a0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:47:24 GMT
-< Set-Cookie: S=calendar=56Ii33CoTYj5kf8KcE9T2w;Expires=Fri, 09-Aug-2013 18:41:13 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:47:23 GMT
-< Date: Tue, 30 Jul 2013 16:47:23 GMT
-< Location: https://www.google.com/calendar/feeds/default/private/full/62ga7dp4t4g0fld702rs147ia8?gsessionid=56Ii33CoTYj5kf8KcE9T2w
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/private/full/62ga7dp4t4g0fld702rs147ia8?gsessionid=56Ii33CoTYj5kf8KcE9T2w">here</A>.
-< </BODY>
-< </HTML>
-
-> DELETE /calendar/feeds/default/private/full/62ga7dp4t4g0fld702rs147ia8?gsessionid=56Ii33CoTYj5kf8KcE9T2w HTTP/1.1
-> Soup-Debug-Timestamp: 1375202843
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 127 (0x7fffe003f0a0), SoupSocket 117 (0x7fffe00408b0), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> If-Match: "EEUCQQRFfSp7JGA6WhNS"
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202843
-< Soup-Debug: SoupMessage 127 (0x7fffe003f0a0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:47:24 GMT
-< Set-Cookie: S=calendar=v2wGTyR49ijSvxHVM1G9QQ;Expires=Sat, 10-Aug-2013 13:43:59 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:47:23 GMT
-< Date: Tue, 30 Jul 2013 16:47:23 GMT
-< GData-Version: 2.6
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Content-Length: 0
-< Server: GSE
-< Content-Type: text/html; charset=UTF-8
-<
-
diff --git a/gdata/tests/traces/calendar/teardown-insert-event b/gdata/tests/traces/calendar/teardown-insert-event
index 742292b7..57f50e15 100644
--- a/gdata/tests/traces/calendar/teardown-insert-event
+++ b/gdata/tests/traces/calendar/teardown-insert-event
@@ -1,65 +1,24 @@
-> DELETE /calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk HTTP/1.1
-> Soup-Debug-Timestamp: 1375202809
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 103 (0x7fffe003f640), SoupSocket 95 (0x7fffe0040a30)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> DELETE /calendar/v3/calendars/ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com/events/8ndrpt97cl0c9lkbpojq9tiquo HTTP/1.1
+> Soup-Debug-Timestamp: 1430949589
+> Soup-Debug: SoupSession 1 (0xc32240), SoupMessage 8 (0xffb8b0), SoupSocket 5 (0x7fe15000d9e0)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGy-MEL7oZEh875MiCaHZKx6KNZcPN1FIFpJB2r_OlDKat0j_JfenP1BZb1Skk2cO5F6VaQkUo7wg
> GData-Version: 2
-> If-Match: "EEUCQQRBdyp7JGA6WhNS"
+> If-Match: "2861899178874000"
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202809
-< Soup-Debug: SoupMessage 103 (0x7fffe003f640)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:50 GMT
-< Set-Cookie: S=calendar=Uq4hBKxAoNj4T-2qzarcjw;Expires=Tue, 13-Aug-2013 08:41:14 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:49 GMT
-< Date: Tue, 30 Jul 2013 16:46:49 GMT
-< Location: https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk?gsessionid=Uq4hBKxAoNj4T-2qzarcjw
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
+< HTTP/1.1 204 No Content
+< Soup-Debug-Timestamp: 1430949589
+< Soup-Debug: SoupMessage 8 (0xffb8b0)
+< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
+< Pragma: no-cache
+< Expires: Fri, 01 Jan 1990 00:00:00 GMT
+< Date: Wed, 06 May 2015 21:59:49 GMT
+< Vary: Origin
+< Vary: X-Origin
< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk?gsessionid=Uq4hBKxAoNj4T-2qzarcjw">here</A>.
-< </BODY>
-< </HTML>
-
-> DELETE /calendar/feeds/default/private/full/oqb4030l7frkp05mse8u33pqgk?gsessionid=Uq4hBKxAoNj4T-2qzarcjw HTTP/1.1
-> Soup-Debug-Timestamp: 1375202809
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 103 (0x7fffe003f640), SoupSocket 95 (0x7fffe0040a30), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> If-Match: "EEUCQQRBdyp7JGA6WhNS"
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202809
-< Soup-Debug: SoupMessage 103 (0x7fffe003f640)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_q4NwI2V8UT-SSEMjiblkY8jTSCIGQJCo_ZFavemirrG0G2jzg3jjEVC3CQauPSZoNTFtDCw6Eu1-1S6nOyDK2J9zwLcpKLPHGuWk8fzL5JjKgN0Z0HbdhVtGaldMU2XCoc4_I0dsAZNFNzMl12pQ2IhlOpKYk_syrjXgbEIFWB07e6wSu6Mp1XswtWQL95nokCfWJkTHf4YGsR2zpy2736UplfLIVHDJLz7fiJzKG-5nUmoz2a5jdwopbkQ6flW44tTL7okPm_2Y6nqlPi74Mg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:50 GMT
-< Set-Cookie: S=calendar=prn2NDnInSXbDnfH6nCI5A;Expires=Fri, 09-Aug-2013 21:40:52 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:49 GMT
-< Date: Tue, 30 Jul 2013 16:46:49 GMT
-< GData-Version: 2.6
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Content-Length: 0
-< Server: GSE
-< Content-Type: text/html; charset=UTF-8
+< Alternate-Protocol: 443:quic,p=1
<
diff --git a/gdata/tests/traces/calendar/teardown-query-calendars b/gdata/tests/traces/calendar/teardown-query-calendars
index e7ff526b..92aaa2e8 100644
--- a/gdata/tests/traces/calendar/teardown-query-calendars
+++ b/gdata/tests/traces/calendar/teardown-query-calendars
@@ -1,126 +1,48 @@
-> DELETE /calendar/feeds/default/owncalendars/full/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com HTTP/1.1
-> Soup-Debug-Timestamp: 1375202760
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 60 (0x8c2c80), SoupSocket 55 (0x7fffe0040970)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> DELETE /calendar/v3/calendars/b9bd2rombumk4tgesbmejeoa4g@group.calendar.google.com HTTP/1.1
+> Soup-Debug-Timestamp: 1430948164
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 31 (0x1e1f560), SoupSocket 16 (0x7fbbfc002df0)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202760
-< Soup-Debug: SoupMessage 60 (0x8c2c80)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:01 GMT
-< Set-Cookie: S=calendar=vEBrssU4Q3VWiFDo8n30tw;Expires=Tue, 06-Aug-2013 21:09:32 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:00 GMT
-< Date: Tue, 30 Jul 2013 16:46:00 GMT
-< Location: https://www.google.com/calendar/feeds/default/owncalendars/full/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com?gsessionid=vEBrssU4Q3VWiFDo8n30tw
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
+< HTTP/1.1 204 No Content
+< Soup-Debug-Timestamp: 1430948166
+< Soup-Debug: SoupMessage 31 (0x1e1f560)
+< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
+< Pragma: no-cache
+< Expires: Fri, 01 Jan 1990 00:00:00 GMT
+< Date: Wed, 06 May 2015 21:36:06 GMT
+< ETag: "pc4WsFKtK0DPTzlsquzpd-pobYU/vyGp6PvFo4RvsFtPoIWeCReyIC8"
+< Vary: Origin
+< Vary: X-Origin
< Server: GSE
-< Transfer-Encoding: chunked
+< Alternate-Protocol: 443:quic,p=1
<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/owncalendars/full/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com?gsessionid=vEBrssU4Q3VWiFDo8n30tw">here</A>.
-< </BODY>
-< </HTML>
-> DELETE /calendar/feeds/default/owncalendars/full/he77hbv0jl50q88btpe8ihrb18%40group.calendar.google.com?gsessionid=vEBrssU4Q3VWiFDo8n30tw HTTP/1.1
-> Soup-Debug-Timestamp: 1375202760
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 60 (0x8c2c80), SoupSocket 55 (0x7fffe0040970), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> DELETE /calendar/v3/calendars/g0i0o30l2jitvb7tbipi26v94c@group.calendar.google.com HTTP/1.1
+> Soup-Debug-Timestamp: 1430948166
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 32 (0x1e1f560), SoupSocket 17 (0x7fbbfc002f90)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202761
-< Soup-Debug: SoupMessage 60 (0x8c2c80)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_q4NwI2V8UT-SSEMjiblkY8jTSCIGQJCo_ZFavemirrG0G2jzg3jjEVC3CQauPSZoNTFtDCw6Eu1-1S6nOyDK2J9zwLcpKLPHGuWk8fzL5JjKgN0Z0HbdhVtGaldMU2XCoc4_I0dsAZNFNzMl12pQ2IhlOpKYk_syrjXgbEIFWB07e6wSu6Mp1XswtWQL95nokCfWJkTHf4YGsR2zpy2736UplfLIVHDJLz7fiJzKG-5nUmoz2a5jdwopbkQ6flW44tTL7okPm_2Y6nqlPi74Mg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:01 GMT
-< Set-Cookie: S=calendar=5xW--tHlrIPgCU560jfnDg;Expires=Wed, 07-Aug-2013 23:34:56 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:01 GMT
-< Date: Tue, 30 Jul 2013 16:46:01 GMT
-< GData-Version: 2.6
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Content-Length: 0
+< HTTP/1.1 204 No Content
+< Soup-Debug-Timestamp: 1430948167
+< Soup-Debug: SoupMessage 32 (0x1e1f560)
+< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
+< Pragma: no-cache
+< Expires: Fri, 01 Jan 1990 00:00:00 GMT
+< Date: Wed, 06 May 2015 21:36:07 GMT
+< ETag: "pc4WsFKtK0DPTzlsquzpd-pobYU/vyGp6PvFo4RvsFtPoIWeCReyIC8"
+< Vary: Origin
+< Vary: X-Origin
< Server: GSE
-< Content-Type: text/html; charset=UTF-8
-<
-
-> DELETE /calendar/feeds/default/owncalendars/full/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com HTTP/1.1
-> Soup-Debug-Timestamp: 1375202761
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 61 (0x7fffe40158e0), SoupSocket 55 (0x7fffe0040970)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202761
-< Soup-Debug: SoupMessage 61 (0x7fffe40158e0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_t4EurujSJEVz4Oz9mAIOytzvk2x5HxgdMhjgmIZQyEhJEVxBkGa9tYZB61Yy8JtAPaktxoTLVkhp854Pjz3Lu2nGX3VFkbf3hmep1Z77H5UUPxIsLyYKJ-XIqF26WY8xy6o6N8-w_azdQg_R57FuB6O-GUgGUKDr2aKE9iTWpO0XsB7-zCP0UEx7yuXEnbLb7XVAw5KqOV1FqKEA6grSKkAqUaQftC9ppmNnCTUl0XskgKlvQxIBg-580Pa1-4yjY5tacPmBQVR42znpOSUkcg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:02 GMT
-< Set-Cookie: S=calendar=iGJo_26flFtneGahmM7t-A;Expires=Fri, 09-Aug-2013 03:02:31 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:01 GMT
-< Date: Tue, 30 Jul 2013 16:46:01 GMT
-< Location: https://www.google.com/calendar/feeds/default/owncalendars/full/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com?gsessionid=iGJo_26flFtneGahmM7t-A
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/owncalendars/full/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com?gsessionid=iGJo_26flFtneGahmM7t-A">here</A>.
-< </BODY>
-< </HTML>
-
-> DELETE /calendar/feeds/default/owncalendars/full/iv9qp0fql6sbf3hl3dk45bogb8%40group.calendar.google.com?gsessionid=iGJo_26flFtneGahmM7t-A HTTP/1.1
-> Soup-Debug-Timestamp: 1375202761
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 61 (0x7fffe40158e0), SoupSocket 55 (0x7fffe0040970), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202763
-< Soup-Debug: SoupMessage 61 (0x7fffe40158e0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:02 GMT
-< Set-Cookie: S=calendar=8JOXvPw5WgiCAwn4syggeA;Expires=Wed, 07-Aug-2013 09:11:57 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:03 GMT
-< Date: Tue, 30 Jul 2013 16:46:03 GMT
-< GData-Version: 2.6
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Content-Length: 0
-< Server: GSE
-< Content-Type: text/html; charset=UTF-8
+< Alternate-Protocol: 443:quic,p=1
<
diff --git a/gdata/tests/traces/calendar/teardown-query-events b/gdata/tests/traces/calendar/teardown-query-events
index 93f353dd..5fc3d157 100644
--- a/gdata/tests/traces/calendar/teardown-query-events
+++ b/gdata/tests/traces/calendar/teardown-query-events
@@ -1,195 +1,72 @@
-> DELETE /calendar/feeds/default/private/full/tc791pjf1ndnicqvb2jgorvdj8 HTTP/1.1
-> Soup-Debug-Timestamp: 1375202791
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 88 (0x7fffe003f550), SoupSocket 82 (0x775490)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> DELETE /calendar/v3/calendars/ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com/events/2n570av5hfh1t86or4idi7fggc HTTP/1.1
+> Soup-Debug-Timestamp: 1430948189
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 58 (0x1e1f0b0), SoupSocket 34 (0x7fbbf00366b0)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
-> If-Match: "EEUCQg1JeSp7JGA6WhNS"
+> If-Match: "2861896376542000"
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202791
-< Soup-Debug: SoupMessage 88 (0x7fffe003f550)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:32 GMT
-< Set-Cookie: S=calendar=aAwoDFpNOS9GdVMKHXee_A;Expires=Sun, 11-Aug-2013 17:31:00 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:31 GMT
-< Date: Tue, 30 Jul 2013 16:46:31 GMT
-< Location: https://www.google.com/calendar/feeds/default/private/full/tc791pjf1ndnicqvb2jgorvdj8?gsessionid=aAwoDFpNOS9GdVMKHXee_A
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
+< HTTP/1.1 204 No Content
+< Soup-Debug-Timestamp: 1430948190
+< Soup-Debug: SoupMessage 58 (0x1e1f0b0)
+< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
+< Pragma: no-cache
+< Expires: Fri, 01 Jan 1990 00:00:00 GMT
+< Date: Wed, 06 May 2015 21:36:30 GMT
+< Vary: Origin
+< Vary: X-Origin
< Server: GSE
-< Transfer-Encoding: chunked
+< Alternate-Protocol: 443:quic,p=1
<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/private/full/tc791pjf1ndnicqvb2jgorvdj8?gsessionid=aAwoDFpNOS9GdVMKHXee_A">here</A>.
-< </BODY>
-< </HTML>
-> DELETE /calendar/feeds/default/private/full/tc791pjf1ndnicqvb2jgorvdj8?gsessionid=aAwoDFpNOS9GdVMKHXee_A HTTP/1.1
-> Soup-Debug-Timestamp: 1375202791
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 88 (0x7fffe003f550), SoupSocket 82 (0x775490), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> DELETE /calendar/v3/calendars/ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com/events/dkbmejutdvtal2acso08hgca84 HTTP/1.1
+> Soup-Debug-Timestamp: 1430948190
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 59 (0x1e1f290), SoupSocket 35 (0x7fbbf0036370)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
-> If-Match: "EEUCQg1JeSp7JGA6WhNS"
+> If-Match: "2861896377638000"
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202791
-< Soup-Debug: SoupMessage 88 (0x7fffe003f550)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_q4NwI2V8UT-SSEMjiblkY8jTSCIGQJCo_ZFavemirrG0G2jzg3jjEVC3CQauPSZoNTFtDCw6Eu1-1S6nOyDK2J9zwLcpKLPHGuWk8fzL5JjKgN0Z0HbdhVtGaldMU2XCoc4_I0dsAZNFNzMl12pQ2IhlOpKYk_syrjXgbEIFWB07e6wSu6Mp1XswtWQL95nokCfWJkTHf4YGsR2zpy2736UplfLIVHDJLz7fiJzKG-5nUmoz2a5jdwopbkQ6flW44tTL7okPm_2Y6nqlPi74Mg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:32 GMT
-< Set-Cookie: S=calendar=G2GNRSBusQjhDmPzsRBTew;Expires=Thu, 08-Aug-2013 21:38:35 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:31 GMT
-< Date: Tue, 30 Jul 2013 16:46:31 GMT
-< GData-Version: 2.6
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Content-Length: 0
+< HTTP/1.1 204 No Content
+< Soup-Debug-Timestamp: 1430948190
+< Soup-Debug: SoupMessage 59 (0x1e1f290)
+< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
+< Pragma: no-cache
+< Expires: Fri, 01 Jan 1990 00:00:00 GMT
+< Date: Wed, 06 May 2015 21:36:30 GMT
+< Vary: Origin
+< Vary: X-Origin
< Server: GSE
-< Content-Type: text/html; charset=UTF-8
+< Alternate-Protocol: 443:quic,p=1
<
-> DELETE /calendar/feeds/default/private/full/i0h3hd7ash2mno0h4srh1vvu9s HTTP/1.1
-> Soup-Debug-Timestamp: 1375202791
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 89 (0x7fffe003f0a0), SoupSocket 82 (0x775490)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> DELETE /calendar/v3/calendars/ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com/events/qrg4bvlh9b6272o0du9p2rm75c HTTP/1.1
+> Soup-Debug-Timestamp: 1430948190
+> Soup-Debug: SoupSession 1 (0x1bfd240), SoupMessage 60 (0x1e1f560), SoupSocket 36 (0x7fbbf0036440)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGOOtAe8kqEXctjnpzBjl8WoWrJJUugtZDGHw1adbjI-Zo3QrMM66TvDNRGatGY9tjJCLnfap1jXQ
> GData-Version: 2
-> If-Match: "EEUCQg1Jdip7JGA6WhNS"
+> If-Match: "2861896378226000"
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202791
-< Soup-Debug: SoupMessage 89 (0x7fffe003f0a0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:32 GMT
-< Set-Cookie: S=calendar=G45UfMvKT2wL-HKKZ9RUOw;Expires=Sat, 10-Aug-2013 07:27:48 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:31 GMT
-< Date: Tue, 30 Jul 2013 16:46:31 GMT
-< Location: https://www.google.com/calendar/feeds/default/private/full/i0h3hd7ash2mno0h4srh1vvu9s?gsessionid=G45UfMvKT2wL-HKKZ9RUOw
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
+< HTTP/1.1 204 No Content
+< Soup-Debug-Timestamp: 1430948190
+< Soup-Debug: SoupMessage 60 (0x1e1f560)
+< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
+< Pragma: no-cache
+< Expires: Fri, 01 Jan 1990 00:00:00 GMT
+< Date: Wed, 06 May 2015 21:36:30 GMT
+< Vary: Origin
+< Vary: X-Origin
< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/private/full/i0h3hd7ash2mno0h4srh1vvu9s?gsessionid=G45UfMvKT2wL-HKKZ9RUOw">here</A>.
-< </BODY>
-< </HTML>
-
-> DELETE /calendar/feeds/default/private/full/i0h3hd7ash2mno0h4srh1vvu9s?gsessionid=G45UfMvKT2wL-HKKZ9RUOw HTTP/1.1
-> Soup-Debug-Timestamp: 1375202791
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 89 (0x7fffe003f0a0), SoupSocket 82 (0x775490), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> If-Match: "EEUCQg1Jdip7JGA6WhNS"
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202791
-< Soup-Debug: SoupMessage 89 (0x7fffe003f0a0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_q4NwI2V8UT-SSEMjiblkY8jTSCIGQJCo_ZFavemirrG0G2jzg3jjEVC3CQauPSZoNTFtDCw6Eu1-1S6nOyDK2J9zwLcpKLPHGuWk8fzL5JjKgN0Z0HbdhVtGaldMU2XCoc4_I0dsAZNFNzMl12pQ2IhlOpKYk_syrjXgbEIFWB07e6wSu6Mp1XswtWQL95nokCfWJkTHf4YGsR2zpy2736UplfLIVHDJLz7fiJzKG-5nUmoz2a5jdwopbkQ6flW44tTL7okPm_2Y6nqlPi74Mg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:32 GMT
-< Set-Cookie: S=calendar=08UGw44y91rpdvXKiWRC_Q;Expires=Sun, 11-Aug-2013 13:27:57 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:32 GMT
-< Date: Tue, 30 Jul 2013 16:46:32 GMT
-< GData-Version: 2.6
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Content-Length: 0
-< Server: GSE
-< Content-Type: text/html; charset=UTF-8
-<
-
-> DELETE /calendar/feeds/default/private/full/qv6rqh2gmrlee1uevomk3b1jok HTTP/1.1
-> Soup-Debug-Timestamp: 1375202791
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 90 (0x7fffe40158e0), SoupSocket 82 (0x775490)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> If-Match: "EEUCQg1Jdyp7JGA6WhNS"
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202792
-< Soup-Debug: SoupMessage 90 (0x7fffe40158e0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:33 GMT
-< Set-Cookie: S=calendar=8PAeMbuMXvTRndwL5HsKow;Expires=Sun, 11-Aug-2013 21:06:25 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:32 GMT
-< Date: Tue, 30 Jul 2013 16:46:32 GMT
-< Location: https://www.google.com/calendar/feeds/default/private/full/qv6rqh2gmrlee1uevomk3b1jok?gsessionid=8PAeMbuMXvTRndwL5HsKow
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/private/full/qv6rqh2gmrlee1uevomk3b1jok?gsessionid=8PAeMbuMXvTRndwL5HsKow">here</A>.
-< </BODY>
-< </HTML>
-
-> DELETE /calendar/feeds/default/private/full/qv6rqh2gmrlee1uevomk3b1jok?gsessionid=8PAeMbuMXvTRndwL5HsKow HTTP/1.1
-> Soup-Debug-Timestamp: 1375202792
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 90 (0x7fffe40158e0), SoupSocket 82 (0x775490), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> If-Match: "EEUCQg1Jdyp7JGA6WhNS"
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202792
-< Soup-Debug: SoupMessage 90 (0x7fffe40158e0)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:46:33 GMT
-< Set-Cookie: S=calendar=744KciCep53jBKPqGTy7YQ;Expires=Mon, 12-Aug-2013 01:58:04 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:46:32 GMT
-< Date: Tue, 30 Jul 2013 16:46:32 GMT
-< GData-Version: 2.6
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Content-Length: 0
-< Server: GSE
-< Content-Type: text/html; charset=UTF-8
+< Alternate-Protocol: 443:quic,p=1
<
diff --git a/gdata/tests/traces/calendar/teardown-temp-calendar b/gdata/tests/traces/calendar/teardown-temp-calendar
index 618c41c2..a59c9aaf 100644
--- a/gdata/tests/traces/calendar/teardown-temp-calendar
+++ b/gdata/tests/traces/calendar/teardown-temp-calendar
@@ -1,63 +1,24 @@
-> DELETE /calendar/feeds/default/owncalendars/full/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com HTTP/1.1
-> Soup-Debug-Timestamp: 1375202838
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 122 (0x7fffe003f640), SoupSocket 111 (0x7fffe0040970)
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
+> DELETE /calendar/v3/calendars/ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com HTTP/1.1
+> Soup-Debug-Timestamp: 1430949589
+> Soup-Debug: SoupSession 1 (0xc32240), SoupMessage 9 (0xffb8b0), SoupSocket 3 (0xbf11a0)
+> Host: www.googleapis.com
+> Authorization: Bearer ya29.awGy-MEL7oZEh875MiCaHZKx6KNZcPN1FIFpJB2r_OlDKat0j_JfenP1BZb1Skk2cO5F6VaQkUo7wg
> GData-Version: 2
> Accept-Encoding: gzip, deflate
+> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
-< HTTP/1.1 302 Moved Temporarily
-< Soup-Debug-Timestamp: 1375202838
-< Soup-Debug: SoupMessage 122 (0x7fffe003f640)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_lzf1dm9Ue8N3SJp2J6o695WrE5nMbNLIXgO1GwYSOH0dinvA7V6dAhAIAEim2gLMsmbC2ddMnDUzaVKIGr3_JWCh97kMTIAR1M2IeSsu02b7EZA-X4HjICLw-x5pMnXhR8i08nLbVHSLT_No8fvB518lPWszfELKmW9TYG0-BAxXFzn9IKi_SmDnEv70WeTVk9AKBXEZK8GgbVvG2jwg9IxQwwSgxxH2Am-wKlw1Xh28Ocyi9bXsxw2zvbHLluu_emFBzQJ8Ds6aIurEQIryfg
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:47:19 GMT
-< Set-Cookie: S=calendar=IwHNge3C9dN10mD3wPg4lA;Expires=Sat, 10-Aug-2013 19:22:45 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:47:18 GMT
-< Date: Tue, 30 Jul 2013 16:47:18 GMT
-< Location: https://www.google.com/calendar/feeds/default/owncalendars/full/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com?gsessionid=IwHNge3C9dN10mD3wPg4lA
-< Content-Type: text/html; charset=UTF-8
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
+< HTTP/1.1 204 No Content
+< Soup-Debug-Timestamp: 1430949591
+< Soup-Debug: SoupMessage 9 (0xffb8b0)
+< Cache-Control: no-cache, no-store, max-age=0, must-revalidate
+< Pragma: no-cache
+< Expires: Fri, 01 Jan 1990 00:00:00 GMT
+< Date: Wed, 06 May 2015 21:59:51 GMT
+< ETag: "pc4WsFKtK0DPTzlsquzpd-pobYU/vyGp6PvFo4RvsFtPoIWeCReyIC8"
+< Vary: Origin
+< Vary: X-Origin
< Server: GSE
-< Transfer-Encoding: chunked
-<
-< <HTML>
-< <HEAD>
-< <TITLE>Moved Temporarily</TITLE>
-< </HEAD>
-< <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-< <H1>Moved Temporarily</H1>
-< The document has moved <A HREF="https://www.google.com/calendar/feeds/default/owncalendars/full/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com?gsessionid=IwHNge3C9dN10mD3wPg4lA">here</A>.
-< </BODY>
-< </HTML>
-
-> DELETE /calendar/feeds/default/owncalendars/full/i4jqlr6fcg9obf3qucemmcm1m0%40group.calendar.google.com?gsessionid=IwHNge3C9dN10mD3wPg4lA HTTP/1.1
-> Soup-Debug-Timestamp: 1375202838
-> Soup-Debug: SoupSession 1 (0x65a2e0), SoupMessage 122 (0x7fffe003f640), SoupSocket 111 (0x7fffe0040970), restarted
-> Host: www.google.com
-> Authorization: GoogleLogin auth=DQAAANUAAACtQA4YYe986jGVKTRKjvf_LQKCUZ-IrhGFxQuS1Zfjc3yd5y6Y5AHV3CUuKKT-NheGlvH_Hh7TOXLccehoG2zbN5TDNxZ-TDfe29rhXBteyCMVj5DvD7eNA2g8k8tM1sbnqitPfsPs-kbfR6iXisr9Yp_3Vt3LqvpmmxJI6AKoXpC08YhV24rZiqJZMMHhxxFr_TeYYtgiPL9vOqjnfhJJI6rGgNQ6eYvVaKo7TzLgbhWkg6Sikn3hbkowxi8_rA9_Bvwwxs77T15OWlsObAigagTJyjsQoAUGISPhESplZQ
-> GData-Version: 2
-> Accept-Encoding: gzip, deflate
-> Connection: Keep-Alive
-
-< HTTP/1.1 200 OK
-< Soup-Debug-Timestamp: 1375202839
-< Soup-Debug: SoupMessage 122 (0x7fffe003f640)
-< Update-Client-Auth: DQAAANYAAACtQA4YYe986jGVKTRKjvf_x9DCxs6Yn1ShR7x5wx1k6e37TbqaZyvZnHbBDD5MjDqIwu2doXjOCD97mfXE8YE20iZQLD52PYbtpDGgujgmHXXGW1wlvqMs94qpgxdE8eYecbfbso9UjfaO5uqfvsRXIhKhe7zV2m0bacHn0JcyH7mkYYXHxHv7XZ_tjZftH-i5SVfC5OZaKOQXxynRfd_Yz5PzuJngGrHUxv5bViZFI3gQCqJikX_t9TXaydAiNvFoCzIgXcLmw11rsBONKvKvzka6NqtM8xqoAdhWs62jAQ
-< Set-Cookie: DO_NOT_CACHE_RESPONSE=true;Expires=Tue, 30-Jul-2013 16:47:19 GMT
-< Set-Cookie: S=calendar=NJ7wyAqYpz_8dzic7TTqoA;Expires=Mon, 12-Aug-2013 14:12:22 GMT;Secure
-< Expires: Tue, 30 Jul 2013 16:47:19 GMT
-< Date: Tue, 30 Jul 2013 16:47:19 GMT
-< GData-Version: 2.6
-< Cache-control: private, max-age=0
-< X-Content-Type-Options: nosniff
-< X-Frame-Options: SAMEORIGIN
-< X-XSS-Protection: 1; mode=block
-< Content-Length: 0
-< Server: GSE
-< Content-Type: text/html; charset=UTF-8
+< Alternate-Protocol: 443:quic,p=1
<