Filtering display of events based on view

Hello,

I need to display 2 types of events depending on the view the user has of the schedule.

If the user is looking at a “calendar” view I only want to show events with a flag set to 1 (for example)

If the user is looking at a “timeline” view I only want to show events with a flag set to 2 (for example)

Is this possible?

Is there a better way to achieve this?

Thanks,
Tim

Hi,
each view can have it’s own filtering rules, here is related article
docs.dhtmlx.com/doku.php?id=dhtm … filtration