{"info":{"_postman_id":"b4c2f96e-72fe-21c3-f36d-701fea4a06a4","name":"Cronofy API Samples","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3967924","collectionId":"b4c2f96e-72fe-21c3-f36d-701fea4a06a4","publishedId":"RW1YqLkX","public":true,"customColor":null,"publishDate":"2018-04-25T12:25:07.000Z"},"item":[{"name":"Read Calendars","id":"d7eb2a31-c275-97e1-fe2d-af1eb8d1bffb","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.cronofy.com/v1/calendars","description":"<p>Read the list of calendars across all the users calendar service accounts.</p>\n","urlObject":{"protocol":"https","path":["v1","calendars"],"host":["api","cronofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7eb2a31-c275-97e1-fe2d-af1eb8d1bffb"},{"name":"Read Events","id":"efa54f17-87d0-5122-4df9-ad506dd31258","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.cronofy.com/v1/events?tzid={{tzid}}&from={{from}}&to={{to}}&include_managed=1","description":"<p>Read Events for all calendars between two dates.</p>\n<p>Includes managed events, ie events created by your application.</p>\n","urlObject":{"protocol":"https","path":["v1","events"],"host":["api","cronofy","com"],"query":[{"key":"tzid","value":"{{tzid}}"},{"key":"from","value":"{{from}}"},{"key":"to","value":"{{to}}"},{"key":"include_managed","value":"1"}],"variable":[]}},"response":[],"_postman_id":"efa54f17-87d0-5122-4df9-ad506dd31258"},{"name":"Create or Update Event","id":"c882f893-3853-2a0d-af15-0497730dfed9","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"event_id\":\"E1234567890\",\n    \"summary\":\"Created with Cronofy\",\n    \"description\":\"You can put notes in here\",\n    \"start\":\"2016-03-15T15:30:00Z\",\n    \"end\":\"2016-03-15T16:00:00Z\",\n    \"tzid\":\"{{tzid}}\",\n    \"location\":{\n        \"description\":\"Board Room\"\n    }\n}"},"url":"https://api.cronofy.com/v1/calendars/{{calendar_id}}/events","description":"<p>To use this sample you will need to choose a calendar_id from the result of the Read Calendars sample and update the calendar_id environment value.</p>\n","urlObject":{"protocol":"https","path":["v1","calendars","{{calendar_id}}","events"],"host":["api","cronofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c882f893-3853-2a0d-af15-0497730dfed9"},{"name":"Free Busy","id":"9736bdc9-abf7-a258-011f-21fc8297703b","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.cronofy.com/v1/free_busy?from={{from}}&to={{to}}&tzid={{tzid}}","description":"<p>Free busy query for a user across all of their calendars</p>\n","urlObject":{"protocol":"https","path":["v1","free_busy"],"host":["api","cronofy","com"],"query":[{"key":"from","value":"{{from}}"},{"key":"to","value":"{{to}}"},{"key":"tzid","value":"{{tzid}}"}],"variable":[]}},"response":[],"_postman_id":"9736bdc9-abf7-a258-011f-21fc8297703b"}]}