Hello. I would like to use scheduler.checkCollision, but it performs checks against all other events, regardless of their data.
Is there a way to specify additional data fields that need to be taken into account besides event_start and event_end?
Hello,
Please, try using onEventCollision event to check additional event properties, besides start_ and end_ dates
docs.dhtmlx.com/scheduler/api__ … event.html
Thanks!
On a related note, can you hide some events from the scheduler? So they stay in the memory and can be called by getEvent, but does not show up?
Yes, you need to create a filtering function that will define, which events should be displayed.
docs.dhtmlx.com/scheduler/filtering.html