Organizational Calendars REST Endpoints

Organizational Calendars
The absenceCalendars resource provides information about organizational calendars and lets administrators view and manage them for a given date range.
Create an organizational calendar
Method: post
Path: /hcmRestApi/resources/11.13.18.05/absenceCalendars
Delete an organizational calendar
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/absenceCalendars/{CalendarId}
Find the organizational calendar that matches the specified criteria.
Method: post
Path: /hcmRestApi/resources/11.13.18.05/absenceCalendars/action/findByAdvancedSearch
Get a single organizational calendar
Method: get
Path: /hcmRestApi/resources/11.13.18.05/absenceCalendars/{CalendarId}
Get all the organizational calendars for the specified range
Method: get
Path: /hcmRestApi/resources/11.13.18.05/absenceCalendars
Update an organizational calendar
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/absenceCalendars/{CalendarId}