Blob Blame History Raw
> 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: 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
< 
< {
<  "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": []
<   }
<  ]
< }