Calendars REST Endpoints

Calendars
Calendars represent the events and their corresponding dates that an academic institution manages, such as admissions calendars and academic calendars.
Create a calendar
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedCalendars
Delete a calendar
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedCalendars/{CalendarId}
Get a calendar
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedCalendars/{CalendarId}
Get all calendars
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedCalendars
Update a calendar
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedCalendars/{CalendarId}