Hello,
I am looking at below scheduler sample, where we can configure work day and time for resouces.
ASP.NET Core Scheduler Different Work Days Example - Syncfusion Demos
My requirements are to have completely dynamic schedule for resources. For example, look at below schedule for Resource# 1.
01/01/2023: 9:30 AM to 5:30 PM
02/01/2023: 10:00 AM to 4:00 PM
----------------
Similar to this every single day there is separate schedule for each resource. Is there a way to achieve this using current scheduler version?
Thanks