Request

GET /vosae_calendar/5231ccd24ab63c53dc900574/

Response

200 OK
Content-Type: application/json
{
    "description": null, 
    "summary": "My Calendar", 
    "location": null, 
    "timezone": "Europe/Paris", 
    "acl": {
        "rules": [
            {
                "role": "OWNER", 
                "principal": "/api/v1/user/5231cbd64ab63c53dc900474/"
            }
        ]
    }, 
    "id": "5231ccd24ab63c53dc900574", 
    "resource_uri": "/api/v1/vosae_calendar/5231ccd24ab63c53dc900574/"
}

Request

GET /vosae_calendar/5231ccd24ab63c53dc900575/

Response

200 OK
Content-Type: application/xml; charset=utf-8
<object>
  <description type="null"/>
  <acl>
    <rules type="list">
      <object>
        <role>OWNER</role>
        <principal>/api/v1/user/5231cbd64ab63c53dc900474/</principal>
      </object>
    </rules>
  </acl>
  <location type="null"/>
  <timezone>Europe/Paris</timezone>
  <summary>My Calendar</summary>
  <id>5231ccd24ab63c53dc900575</id>
  <resource_uri>/api/v1/vosae_calendar/5231ccd24ab63c53dc900575/</resource_uri>
</object>

Request

GET /vosae_calendar/5231ccd24ab63c53dc900576/

Response

200 OK
Content-Type: text/yaml; charset=utf-8
acl:
rules:
- {principal: !!python/unicode '/api/v1/user/5231cbd64ab63c53dc900474/', role: !!python/unicode 'OWNER'}
description: null
id: !!python/unicode '5231ccd24ab63c53dc900576'
location: null
resource_uri: !!python/unicode '/api/v1/vosae_calendar/5231ccd24ab63c53dc900576/'
summary: !!python/unicode 'My Calendar'
timezone: !!python/unicode 'Europe/Paris'