First off I must say this is an excellent control. Thanks for the effort and support.
I have been tasked with a project in which I will be creating a booking application for vehicle testing. One requirement is that multiple vehicles be scheduled at the same facility at the same time depending on their vehicle type. For example,a facility can performtests on 4 cars in 1 hour, but only 2 buses in an hour (because two employees must work on a single bus).
One idea I had was to use the scheduler and create 4 resources for each facility but I don't see a way to make a tasks span multiple resources i.e. if a bus was scheduled, show the item across two resources so that the booking application would not allow overbooking.
I'm not looking for detailed source code or anything, just curious if this scenario/requirement can be implemented via the scheduler control. Thanks again for the great product!