Filter for No Booking

Hi

How do I filter for no booking? So instead of filtering for a particular type of booking, I just want to show rows (in my case, apartment addresses) with no bookings.

Thanks
SH

Hi,

In-built filtering works only for events.

If you mean rows in the Timeline view, seems you should update the list of sections using serverList method
https://docs.dhtmlx.com/scheduler/api__scheduler_serverlist.html

Thanks - so what I mean is can I create a filter option that shows “no events” for a given time range?

Or force all rows to show at all times?