TypeError: scheduler._getUnitByEvent is not a function

Hi

I have just upgraded DHTMLX Scheduler to the latest BETA 3.5. Since then I get the above error message.

Is ._getUnitByEvent still supported in 3.5? If not, is there anything else I can use to determine which unit id the user has clicked on or is created a new event?

Regards
Claus

Hello,

I believe getActionData is what you are looking for.

Best regards,
Ilya

Thank you for your help and quick response.
That did the trick.

Claus