dhtmlxScheduler, filter based on more than one item

Hi,

I am looking for a calendar which allows me to filter based on more than one item.
As you can see in the attachment, I have drawn out the items by which I need the filtering. Please let me know if your dhtmlxScheduler has this extensibility.

Thanks in advance for any help
Lancy


Hi,

could you please describe a little bit your filter logic?

Thank you SergeM for the intereset you have shown.

Well my scenario is like this,
We are into property management, there will be 3 entities associated in scheduling an event

  1. Property (houses) to be shown
  2. Interested party (Called as Lead)
  3. Leasing agent (who will be taking the lead to different properties)

For taking a lead to a property we need to check the availability of the Property, Lead and Leasing Agent, as there may be cases where
Leasing agent might be over allocated for the day with other leads, or there were other leads who had already scheduled seeing this particular property.

So I should be able to filter the calendar based on Property or Leasing Agent or Lead to check their availability.

I believe this best explains my situation. Please let me know if you need further detail on any point.

Thanks in advance
Lancy

Scheduler provides API, which allow to filter events by any set of parameters.
docs.dhtmlx.com/scheduler/filtering.html

It has not any ready to use UI for the filtering, though. So you will need to create such UI on your own, and link it to scheduler by above API. As far as I can see - all above described functionality can be achieved with dhtmlxScheduler.