Blob Blame History Raw
> GET /calendar/v3/calendars/ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com/acl HTTP/1.1
> Soup-Debug-Timestamp: 1432766357
> Soup-Debug: SoupSession 1 (0x67c240), SoupMessage 3 (0xa55470), SoupSocket 2 (0x7fffd8003780)
> Host: www.googleapis.com
> Authorization: Bearer ya29.gAFohzAjbcf9YCyjGbgHBTd3VFWTxECP5Um14DHl5eaMsx6UeCxMTAdaLmIO32vU6LgW7Ybe1Abmag
> 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: 1432766357
< Soup-Debug: SoupMessage 3 (0xa55470)
< Expires: Wed, 27 May 2015 22:39:17 GMT
< Date: Wed, 27 May 2015 22:39:17 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#acl",
<  "etag": "\"1432766357173000\"",
<  "nextSyncToken": "00001432766357173000",
<  "items": [
<   {
<    "kind": "calendar#aclRule",
<    "etag": "\"00001432766357173000\"",
<    "id": "user:darcy@gmail.com",
<    "scope": {
<     "type": "user",
<     "value": "darcy@gmail.com"
<    },
<    "role": "writer"
<   },
<   {
<    "kind": "calendar#aclRule",
<    "etag": "\"00001432766351605000\"",
<    "id": "user:libgdata.test@googlemail.com",
<    "scope": {
<     "type": "user",
<     "value": "libgdata.test@googlemail.com"
<    },
<    "role": "owner"
<   },
<   {
<    "kind": "calendar#aclRule",
<    "etag": "\"00000000000000000000\"",
<    "id": "user:ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com",
<    "scope": {
<     "type": "user",
<     "value": "ndihjbq6agrl249fjqgd535qmk@group.calendar.google.com"
<    },
<    "role": "owner"
<   }
<  ]
< }