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