JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › General Discussions › Scheduler Resources › Reply To: Scheduler Resources
February 11, 2021 at 3:48 pm
#101483
MilesGibson
Member
Thanks for that! Does the scheduler work with a 1 event to 1 employee, or 1 event to many employee scenarios?
If I book an all-day event for the entire company of 500 people, I don’t want to have to create 500 events. Right now I have an Events table that relates to Event-Employees, that is where I am storing the employees that are assigned to that event. It looks like your scheduler accepts a List<Resource> of records, so I presume the former, but want to understand this better.
Thanks again,
Miles