Calendar Events REST Endpoints

Supply Chain Planning/Production Scheduling Plans/Calendars/Calendar Events
The Calendar Events resource manages the specific events on a calendar that indicates what time a resource is available.
Create calendar events
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/calendars/{calendarsUniqID}/child/calendarEvents
Delete a calendar event
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/calendars/{calendarsUniqID}/child/calendarEvents/{calendarEventsUniqID}
Get all calendar events
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/calendars/{calendarsUniqID}/child/calendarEvents
Get one calendar event
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/calendars/{calendarsUniqID}/child/calendarEvents/{calendarEventsUniqID}
Update a calendar event
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/calendars/{calendarsUniqID}/child/calendarEvents/{calendarEventsUniqID}