{"info":{"_postman_id":"1914348d-78b4-4995-880d-73c1f8c4e21c","name":"Eventy","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>Eventy is a one stop solution for Users and Developers. Eventy Application comes with an interactive interface and notification system giving convenience to the users to easily manage their schedule.</p>\n<h1 id=\"features\">Features</h1>\n<blockquote>\n<p>Authenticated Login/Signup with email confirmation.</p>\n</blockquote>\n<blockquote>\n<p>Token Authentication system.</p>\n</blockquote>\n<blockquote>\n<p>Manage Events with all the detailed parameters.</p>\n</blockquote>\n<blockquote>\n<p>Get Email notification for your events.</p>\n</blockquote>\n<blockquote>\n<p>Detailed API responses equipped with HAETOS.</p>\n</blockquote>\n<blockquote>\n<p>UI for non-Developer users. link-  <a href=\"https://eventyapp.herokuapp.com\">Eventy Application</a></p>\n</blockquote>\n<h1 id=\"overview\">Overview</h1>\n<p>Eventy Application works by integrating with it's own REST API which is finely architectured and secured with a self developed token authentication system. The API endpoints are available for everyone's use, therefore creating a scheduling service alternative on top of which, developers can build there applications.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>The API seeks user authentication with a self developed token authentication system. On hitting the login endpoint, user gets a token which can then be used for sending further requests. The token is valid for a certain period of time, this time is specified in the response.</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>400 - Bad Request</p>\n<p>401 - Unauthorized</p>\n<p>404 - Not Found</p>\n<p>406 - Not Acceptable</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>There is NO limit put by the application on the <i>number</i> of requests sent. But the <i>rate</i> of incoming requests is monitored and limited by the third party hosting servive Heroku, so user may get a \"Server not responding\" response message if requests are sent too frequently.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Features","slug":"features"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"7982251","collectionId":"1914348d-78b4-4995-880d-73c1f8c4e21c","publishedId":"Szzn7xBM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-06-21T07:00:05.000Z"},"item":[{"name":"Authorization API","item":[{"name":"Signup","id":"d19e44c4-5a1b-469c-8ec4-4b2b785a5bfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://eventyapp.herokuapp.com/calendar/signup?username=eventy&password=xyz&email=eventyapi@gmail.com","description":"<h4 id=\"signup\">/signup</h4>\n","urlObject":{"protocol":"https","path":["calendar","signup"],"host":["eventyapp","herokuapp","com"],"query":[{"key":"username","value":"eventy"},{"key":"password","value":"xyz"},{"key":"email","value":"eventyapi@gmail.com"}],"variable":[]}},"response":[{"id":"ce17bc56-87b6-46bb-bab6-5c1538fe9536","name":"Signup Successfull","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://eventyapp.herokuapp.com/calendar/signup?username=eventy&password=xyz&email=eventyapi@gmail.com","protocol":"https","host":["eventyapp","herokuapp","com"],"path":["calendar","signup"],"query":[{"key":"username","value":"eventy"},{"key":"password","value":"xyz"},{"key":"email","value":"eventyapi@gmail.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33"},{"key":"Date","value":"Tue, 23 Jun 2020 15:19:46 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Signup successfull\"\n}"},{"id":"f6f67e8e-00a5-4bcf-b558-d70877cbcd6d","name":"Username Taken","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://eventyapp.herokuapp.com/calendar/signup?username=eventy&password=xyz&email=eventyapi@gmail.com","protocol":"https","host":["eventyapp","herokuapp","com"],"path":["calendar","signup"],"query":[{"key":"username","value":"eventy"},{"key":"password","value":"xyz"},{"key":"email","value":"eventyapi@gmail.com"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"37"},{"key":"Date","value":"Tue, 23 Jun 2020 15:22:13 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"This username is taken\"\n}"}],"_postman_id":"d19e44c4-5a1b-469c-8ec4-4b2b785a5bfb"},{"name":"Login","id":"d3209e46-56bc-44d4-a162-6f1157e6e309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://eventyapp.herokuapp.com/calendar/login?username=eventy&password=xyz","description":"<h4 id=\"login\">/login</h4>\n","urlObject":{"protocol":"https","path":["calendar","login"],"host":["eventyapp","herokuapp","com"],"query":[{"key":"username","value":"eventy"},{"key":"password","value":"xyz"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"68024f28-dc21-40cc-bfb9-c277179922fb","name":"Login Successfull","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://eventyapp.herokuapp.com/calendar/login?username=eventy&password=xyz","protocol":"https","host":["eventyapp","herokuapp","com"],"path":["calendar","login"],"query":[{"key":"username","value":"eventy"},{"key":"password","value":"xyz"},{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"494"},{"key":"Date","value":"Tue, 23 Jun 2020 15:28:03 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"2af734b87cf846e0a1627b310f286051\",\n    \"message\": \"ok\",\n    \"issued\": {\n        \"monthValue\": 6,\n        \"nano\": 506000000,\n        \"hour\": 20,\n        \"minute\": 58,\n        \"second\": 3,\n        \"dayOfYear\": 175,\n        \"year\": 2020,\n        \"month\": \"JUNE\",\n        \"dayOfMonth\": 23,\n        \"dayOfWeek\": \"TUESDAY\",\n        \"chronology\": {\n            \"calendarType\": \"iso8601\",\n            \"id\": \"ISO\"\n        }\n    },\n    \"timeToLive\": 3600,\n    \"expires\": {\n        \"monthValue\": 6,\n        \"nano\": 506000000,\n        \"hour\": 21,\n        \"minute\": 58,\n        \"second\": 3,\n        \"dayOfYear\": 175,\n        \"year\": 2020,\n        \"month\": \"JUNE\",\n        \"dayOfMonth\": 23,\n        \"dayOfWeek\": \"TUESDAY\",\n        \"chronology\": {\n            \"calendarType\": \"iso8601\",\n            \"id\": \"ISO\"\n        }\n    }\n}"},{"id":"947923db-64e3-471e-aae7-f35f52c2a03e","name":"Account Inactive","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://eventyapp.herokuapp.com/calendar/login?username=eventy&password=xyz","protocol":"https","host":["eventyapp","herokuapp","com"],"path":["calendar","login"],"query":[{"key":"username","value":"eventy"},{"key":"password","value":"xyz"},{"key":"","value":"","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33"},{"key":"Date","value":"Tue, 23 Jun 2020 15:27:10 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"account not active\"\n}"},{"id":"e57fb05f-b70e-41e6-a224-d5ce2e2b7b38","name":"Invalid Credentials","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://eventyapp.herokuapp.com/calendar/login?username=eventy&password=xy","protocol":"https","host":["eventyapp","herokuapp","com"],"path":["calendar","login"],"query":[{"key":"username","value":"eventy"},{"key":"password","value":"xy"},{"key":"","value":"","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Date","value":"Tue, 23 Jun 2020 15:28:58 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"invalid credentials\"\n}"}],"_postman_id":"d3209e46-56bc-44d4-a162-6f1157e6e309"}],"id":"3c58b286-d241-4886-96ee-10d673f585b2","_postman_id":"3c58b286-d241-4886-96ee-10d673f585b2","description":""},{"name":"Events API","item":[{"name":"All Events","id":"8c581778-b20a-49da-834f-40420199958e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://eventyapp.herokuapp.com/calendar/events?token=3c9e17be0af341de9b8919388ef1b587","description":"<h4 id=\"events\">/events</h4>\n","urlObject":{"protocol":"https","path":["calendar","events"],"host":["eventyapp","herokuapp","com"],"query":[{"key":"token","value":"3c9e17be0af341de9b8919388ef1b587"}],"variable":[]}},"response":[{"id":"f205b8db-9082-4c19-85a6-133718a11500","name":"Successfull Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://eventyapp.herokuapp.com/calendar/events?token=3c9e17be0af341de9b8919388ef1b587","protocol":"https","host":["eventyapp","herokuapp","com"],"path":["calendar","events"],"query":[{"key":"token","value":"3c9e17be0af341de9b8919388ef1b587"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"849"},{"key":"Date","value":"Tue, 23 Jun 2020 17:43:46 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCount\": 1,\n    \"message\": \"ok\",\n    \"events\": [\n        {\n            \"eventId\": 28,\n            \"title\": \"Test\",\n            \"description\": \"Example description\",\n            \"date\": {\n                \"year\": 2020,\n                \"month\": \"JUNE\",\n                \"dayOfMonth\": 24,\n                \"dayOfWeek\": \"WEDNESDAY\",\n                \"nano\": 0,\n                \"hour\": 11,\n                \"minute\": 0,\n                \"second\": 0,\n                \"monthValue\": 6,\n                \"dayOfYear\": 176,\n                \"chronology\": {\n                    \"calendarType\": \"iso8601\",\n                    \"id\": \"ISO\"\n                }\n            },\n            \"status\": \"upcoming\",\n            \"creationDatetime\": {\n                \"year\": 2020,\n                \"month\": \"JUNE\",\n                \"dayOfMonth\": 23,\n                \"dayOfWeek\": \"TUESDAY\",\n                \"nano\": 0,\n                \"hour\": 23,\n                \"minute\": 7,\n                \"second\": 33,\n                \"monthValue\": 6,\n                \"dayOfYear\": 175,\n                \"chronology\": {\n                    \"calendarType\": \"iso8601\",\n                    \"id\": \"ISO\"\n                }\n            },\n            \"lastUpdatedDatetime\": null,\n            \"noOfTimesUpdated\": 0,\n            \"link\": {\n                \"link\": \"http://eventyapp.herokuapp.com/calendar/events/28\",\n                \"rel\": \"self\",\n                \"type\": \"GET\"\n            },\n            \"creater\": {\n                \"username\": \"eventy\",\n                \"email\": \"eventyapi@gmail.com\"\n            },\n            \"notification\": {\n                \"timeBeforeToNotify\": 600,\n                \"notifMessage\": \"example notification message\",\n                \"notifActive\": true\n            }\n        }\n    ]\n}"}],"_postman_id":"8c581778-b20a-49da-834f-40420199958e"},{"name":"Event by EventID","id":"5903e65c-6b91-438d-a21d-59c92046ee3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://eventyapp.herokuapp.com/calendar/events/28?token=3c9e17be0af341de9b8919388ef1b587","description":"<h4 id=\"eventseventid\">/events/{eventId}</h4>\n","urlObject":{"protocol":"https","path":["calendar","events","28"],"host":["eventyapp","herokuapp","com"],"query":[{"key":"token","value":"3c9e17be0af341de9b8919388ef1b587"}],"variable":[]}},"response":[{"id":"f0c5f640-a120-4577-8503-68db08c1b2ef","name":"Successfull Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://eventyapp.herokuapp.com/calendar/events/28?token=3c9e17be0af341de9b8919388ef1b587","protocol":"https","host":["eventyapp","herokuapp","com"],"path":["calendar","events","28"],"query":[{"key":"token","value":"3c9e17be0af341de9b8919388ef1b587"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"830"},{"key":"Date","value":"Tue, 23 Jun 2020 17:44:47 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ok\",\n    \"event\": {\n        \"eventId\": 28,\n        \"title\": \"Test\",\n        \"description\": \"Example description\",\n        \"date\": {\n            \"year\": 2020,\n            \"month\": \"JUNE\",\n            \"dayOfMonth\": 24,\n            \"dayOfWeek\": \"WEDNESDAY\",\n            \"nano\": 0,\n            \"hour\": 11,\n            \"minute\": 0,\n            \"second\": 0,\n            \"monthValue\": 6,\n            \"dayOfYear\": 176,\n            \"chronology\": {\n                \"calendarType\": \"iso8601\",\n                \"id\": \"ISO\"\n            }\n        },\n        \"status\": \"upcoming\",\n        \"creationDatetime\": {\n            \"year\": 2020,\n            \"month\": \"JUNE\",\n            \"dayOfMonth\": 23,\n            \"dayOfWeek\": \"TUESDAY\",\n            \"nano\": 0,\n            \"hour\": 23,\n            \"minute\": 7,\n            \"second\": 33,\n            \"monthValue\": 6,\n            \"dayOfYear\": 175,\n            \"chronology\": {\n                \"calendarType\": \"iso8601\",\n                \"id\": \"ISO\"\n            }\n        },\n        \"lastUpdatedDatetime\": null,\n        \"noOfTimesUpdated\": 0,\n        \"link\": {\n            \"link\": \"http://eventyapp.herokuapp.com/calendar/events/28\",\n            \"rel\": \"self\",\n            \"type\": \"GET\"\n        },\n        \"creater\": {\n            \"username\": \"eventy\",\n            \"email\": \"eventyapi@gmail.com\"\n        },\n        \"notification\": {\n            \"timeBeforeToNotify\": 600,\n            \"notifMessage\": \"example notification message\",\n            \"notifActive\": true\n        }\n    }\n}"}],"_postman_id":"5903e65c-6b91-438d-a21d-59c92046ee3c"},{"name":"New Event","id":"da1692b8-007c-431e-ab4f-0085d8fa2734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://eventyapp.herokuapp.com/calendar/events?token=3c9e17be0af341de9b8919388ef1b587&title=Test&description=Example description&date=2020-06-24 11:00&isNotifActive=true&timeBeforeToNotify=600&notifMessage=example notification message","description":"<h4 id=\"events\">/events</h4>\n","urlObject":{"protocol":"https","path":["calendar","events"],"host":["eventyapp","herokuapp","com"],"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"token","value":"3c9e17be0af341de9b8919388ef1b587"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"title","value":"Test"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"description","value":"Example description"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"date","value":"2020-06-24 11:00"},{"description":{"content":"<p>Boolean</p>\n","type":"text/plain"},"key":"isNotifActive","value":"true"},{"description":{"content":"<p>Seconds before to notify, int</p>\n","type":"text/plain"},"key":"timeBeforeToNotify","value":"600"},{"description":{"content":"<p>This mesaage will be displayed in the email notification</p>\n","type":"text/plain"},"key":"notifMessage","value":"example notification message"}],"variable":[]}},"response":[{"id":"fd5dd1b3-2319-44a5-bb52-936a4160598a","name":"Successfull Creation","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://eventyapp.herokuapp.com/calendar/events?token=2af734b87cf846e0a1627b310f286051&title=Test&description=Example description&date=2020-06-24 11:00&isNotifActive=true&timeBeforeToNotify=600&notifMessage=example notification message","protocol":"https","host":["eventyapp","herokuapp","com"],"path":["calendar","events"],"query":[{"key":"token","value":"2af734b87cf846e0a1627b310f286051","description":"Required, String"},{"key":"title","value":"Test","description":"Required, String"},{"key":"description","value":"Example description","description":"Required, String"},{"key":"date","value":"2020-06-24 11:00","description":"Required, DateTime object in the above format"},{"key":"isNotifActive","value":"true","description":"Boolean"},{"key":"timeBeforeToNotify","value":"600","description":"Seconds before to notify, int"},{"key":"notifMessage","value":"example notification message","description":"This mesaage will be displayed in the email notification, String"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"838"},{"key":"Date","value":"Tue, 23 Jun 2020 16:10:39 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ok\",\n    \"event\": {\n        \"eventId\": 27,\n        \"title\": \"Test\",\n        \"description\": \"Example description\",\n        \"date\": {\n            \"monthValue\": 6,\n            \"nano\": 0,\n            \"hour\": 11,\n            \"minute\": 0,\n            \"second\": 0,\n            \"dayOfYear\": 176,\n            \"year\": 2020,\n            \"month\": \"JUNE\",\n            \"dayOfMonth\": 24,\n            \"dayOfWeek\": \"WEDNESDAY\",\n            \"chronology\": {\n                \"calendarType\": \"iso8601\",\n                \"id\": \"ISO\"\n            }\n        },\n        \"status\": \"upcoming\",\n        \"creationDatetime\": {\n            \"monthValue\": 6,\n            \"nano\": 720000000,\n            \"hour\": 21,\n            \"minute\": 40,\n            \"second\": 38,\n            \"dayOfYear\": 175,\n            \"year\": 2020,\n            \"month\": \"JUNE\",\n            \"dayOfMonth\": 23,\n            \"dayOfWeek\": \"TUESDAY\",\n            \"chronology\": {\n                \"calendarType\": \"iso8601\",\n                \"id\": \"ISO\"\n            }\n        },\n        \"lastUpdatedDatetime\": null,\n        \"noOfTimesUpdated\": 0,\n        \"link\": {\n            \"link\": \"http://eventyapp.herokuapp.com/calendar/events/0\",\n            \"rel\": \"self\",\n            \"type\": \"GET\"\n        },\n        \"creater\": {\n            \"username\": \"eventy\",\n            \"email\": \"eventyapi@gmail.com\"\n        },\n        \"notification\": {\n            \"timeBeforeToNotify\": 600,\n            \"notifMessage\": \"example notification message\",\n            \"notifActive\": true\n        }\n    }\n}"}],"_postman_id":"da1692b8-007c-431e-ab4f-0085d8fa2734"},{"name":"Update Event","id":"c9bbdc55-ca28-4bed-a62b-fbc43dea0286","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://eventyapp.herokuapp.com/calendar/events/27?token=13144c672fc14ff2a326a5ae9bbfd209&title=Test&description=Example description&isNotifActive=true&timeBeforeToNotify=600&notifMessage=example notification message","description":"<h4 id=\"eventseventid\">/events/{eventId}</h4>\n","urlObject":{"protocol":"https","path":["calendar","events","27"],"host":["eventyapp","herokuapp","com"],"query":[{"key":"token","value":"13144c672fc14ff2a326a5ae9bbfd209"},{"key":"title","value":"Test"},{"key":"description","value":"Example description"},{"key":"isNotifActive","value":"true"},{"key":"timeBeforeToNotify","value":"600"},{"key":"notifMessage","value":"example notification message"}],"variable":[]}},"response":[{"id":"cce2ad8b-3ca6-49ce-9020-dc0857fab462","name":"Update Successfull","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://eventyapp.herokuapp.com/calendar/events/27?token=13144c672fc14ff2a326a5ae9bbfd209&title=Test&description=Example description&isNotifActive=true&timeBeforeToNotify=600&notifMessage=example notification message","protocol":"https","host":["eventyapp","herokuapp","com"],"path":["calendar","events","27"],"query":[{"key":"token","value":"13144c672fc14ff2a326a5ae9bbfd209"},{"key":"title","value":"Test"},{"key":"description","value":"Example description"},{"key":"isNotifActive","value":"true"},{"key":"timeBeforeToNotify","value":"600"},{"key":"notifMessage","value":"example notification message"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1026"},{"key":"Date","value":"Tue, 23 Jun 2020 16:29:22 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ok\",\n    \"event\": {\n        \"eventId\": 27,\n        \"title\": \"Test\",\n        \"description\": \"Example description\",\n        \"date\": {\n            \"monthValue\": 6,\n            \"nano\": 0,\n            \"hour\": 11,\n            \"minute\": 0,\n            \"second\": 0,\n            \"dayOfYear\": 176,\n            \"year\": 2020,\n            \"month\": \"JUNE\",\n            \"dayOfMonth\": 24,\n            \"dayOfWeek\": \"WEDNESDAY\",\n            \"chronology\": {\n                \"calendarType\": \"iso8601\",\n                \"id\": \"ISO\"\n            }\n        },\n        \"status\": \"upcoming\",\n        \"creationDatetime\": {\n            \"monthValue\": 6,\n            \"nano\": 0,\n            \"hour\": 21,\n            \"minute\": 40,\n            \"second\": 39,\n            \"dayOfYear\": 175,\n            \"year\": 2020,\n            \"month\": \"JUNE\",\n            \"dayOfMonth\": 23,\n            \"dayOfWeek\": \"TUESDAY\",\n            \"chronology\": {\n                \"calendarType\": \"iso8601\",\n                \"id\": \"ISO\"\n            }\n        },\n        \"lastUpdatedDatetime\": {\n            \"monthValue\": 6,\n            \"nano\": 761000000,\n            \"hour\": 21,\n            \"minute\": 59,\n            \"second\": 21,\n            \"dayOfYear\": 175,\n            \"year\": 2020,\n            \"month\": \"JUNE\",\n            \"dayOfMonth\": 23,\n            \"dayOfWeek\": \"TUESDAY\",\n            \"chronology\": {\n                \"calendarType\": \"iso8601\",\n                \"id\": \"ISO\"\n            }\n        },\n        \"noOfTimesUpdated\": 1,\n        \"link\": {\n            \"link\": \"http://eventyapp.herokuapp.com/calendar/events/27\",\n            \"rel\": \"self\",\n            \"type\": \"GET\"\n        },\n        \"creater\": {\n            \"username\": \"eventy\",\n            \"email\": \"eventyapi@gmail.com\"\n        },\n        \"notification\": {\n            \"timeBeforeToNotify\": 600,\n            \"notifMessage\": \"example notification message\",\n            \"notifActive\": true\n        }\n    }\n}"}],"_postman_id":"c9bbdc55-ca28-4bed-a62b-fbc43dea0286"},{"name":"Delete Event","id":"ec23e7d2-7f2f-4d59-88fd-1dd1aa499ffe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://eventyapp.herokuapp.com/calendar/events/27?token=13144c672fc14ff2a326a5ae9bbfd209","description":"<h4 id=\"eventseventid\">/events/{eventId}</h4>\n","urlObject":{"protocol":"https","path":["calendar","events","27"],"host":["eventyapp","herokuapp","com"],"query":[{"key":"token","value":"13144c672fc14ff2a326a5ae9bbfd209"}],"variable":[]}},"response":[{"id":"7962d1b8-0afb-486e-b7f7-ae3099bae82f","name":"Delete Successfull","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://eventyapp.herokuapp.com/calendar/events/27?token=13144c672fc14ff2a326a5ae9bbfd209","protocol":"https","host":["eventyapp","herokuapp","com"],"path":["calendar","events","27"],"query":[{"key":"token","value":"13144c672fc14ff2a326a5ae9bbfd209"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"16"},{"key":"Date","value":"Tue, 23 Jun 2020 16:33:17 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ok\"\n}"}],"_postman_id":"ec23e7d2-7f2f-4d59-88fd-1dd1aa499ffe"}],"id":"c24f2e1e-8b35-410f-8769-4192a83c773f","_postman_id":"c24f2e1e-8b35-410f-8769-4192a83c773f","description":""}]}