Create a new entry for a Resource on a special date
POST ResourceCalendar {Properties}
Example: Create an entry in the Resource calendar for 2021-11-24, Shift from 8:00am to 6:00pm
POST ResourceCalendar
{"ResourceId":"1002","ResourceDatefrom":"2021-11-24","ShiftStart": 480,"ShiftEnd":1080}
Fields "ResourceId" and "ResourceDateFrom" are mandatory
If an entry for a resource and date exist, the system makes an update!
The system recalculates the available time for the resource automatically.