Premium support for our pure JavaScript UI components


Post by dphilip »

How to efficiently search for available time ranges on a resource, considering other events, unavailability windows (and resource capacity)?


Post by marcio »

Hey dphilip,

I believe using the built-in filter function is the most efficient way to get the info that you need. https://bryntum.com/products/schedulerpro/docs/api/Scheduler/data/ResourceTimeRangeStore#config-filters

If you don't want to change the main store, you could duplicate and from there apply the filters that you want.

Best regards,
Márcio


Post Reply