
Hi everyone,
I’m working with Dynamics 365 Field Service and updating resource calendars using the msdyn_SaveCalendar unbound action (via Power Automate).
I can successfully create working hours rules (WorkHourType = 0) and breaks (WorkHourType = 1) and time-off (WorkHourType = 3), but I’m unable to create non-working hours (WorkHourType = 2) entries using the same action.
My questions:
Is it by design that msdyn_SaveCalendar cannot create non-working hours?
What is the supported approach to programmatically create non-working time for a Bookable Resource through PowerAutomate?
SaveCalendar vs other APIs would be very helpful.Thanks!