{
"id": "<string>",
"type": "calendars",
"attributes": {
"name": "<string>",
"show_description": true,
"show_customer": true,
"show_add_ons": true,
"show_sub_bookings": true,
"show_external_events": true,
"blocker_style": "<string>",
"days_before": 123,
"days_after": 123,
"locale": "<string>",
"created_at": "<string>"
},
"links": {
"self": "<string>"
},
"relationships": {
"resources": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
}
},
"meta": {
"calendar_url": "<string>"
}
}