onBeforeQuickInfo event is not available in dhtmlx-scheduler version "^6.0.5",

Hi,

onBeforeQuickInfo event is not available in dhtmlx-scheduler version “^6.0.5” in node pacakge.

In this commit , I can see that it is added as part of version 7. That means , it will not be available for earlier versions? If so , whats the alternate event I can use? I want to add some logic before opening the quickInfo Box.

Hello @rajeswarij,

Yes, you are correct, there is no such event in previous version. The closest event from older version is the onQuickInfo event:
https://docs.dhtmlx.com/scheduler/api__scheduler_onquickinfo_event.html

Thanks. This info helps.