DHTMLX Scheduler component not working

Hi, as you can see from this snippet:

https://snippet.webix.com/bterskkz

the scheduler works fine, but if you change the version from 5.1 to 5.2 or 5.3, the scheduler doesn’t work anymore.
The init function is not fired.

Am I missing somothing?

Hello @AndreaC,

if you change the version from 5.1 to 5.2 or 5.3, the scheduler doesn’t work anymore.

Are you implying that the provided snippet works for version 5.1, but not 5.2/5.3? From what I can see, the snippet only works on version 5.4 and above. This is mostly related to the fact that the integrations located on our cdn are only available on Webix 6.0 and above, and won’t work with anything below that. Please note that you can still get third-party integrations for older versions from our GitHub, but you’ll have to implement them locally.

For example, here is DHTMLX Scheduler working on Webix 5.2 - https://snippet.webix.com/joly60og.

Sorry, I was not clear, I was talking about the version of the scheduler, not the webix version.

To be more clear, this snippet works:
https://snippet.webix.com/bterskkz

but this snippet does not work:
https://snippet.webix.com/ua5d3w31

5.3 is the last version of the scheduler and i didn’t see any breaking changes that could cause that behavior from 5.1 to 5.2 or 5.3

https://docs.dhtmlx.com/scheduler/migration_from_older_version.html#5152

It seems that our cdn doesn’t contain the latest integration update for this exact component made not so long ago. If you employ the latest code from our GitHub, the example works just fine: https://snippet.webix.com/sr0zbu8t.

Thank you!