How to add work week and year view in dhtmlx scheduler while integrate it with webix?

Please go through snippet below. I need to add work week and year view in dhtmlx scheduler while integrating it with webix. View need to change in scheduler body as per tab selected please provide solution for it as soon as possible.

https://snippet.webix.com/q7rqpf4w

Thanks in advance.

Please check for the above problem and respond as soon as possible.

https://snippet.webix.com/86gki5ux

Hello @pratikshadatir1

The custom view (such as Work Week) has a fully client-side configuration, so in our integration with the DHTMLX Scheduler it can be added in the init()handler (described here). It should contain the same methods as in the example in DHTMLX docs (see snippet below).

To include a ready-made extension, specify its name in the ext array as in the following demo:

https://snippet.webix.com/0c8x7epb

All extensions listed in the ext array will be requested from the specified cdn path alongside the core files.
As all available extensions in DHTMLX codebase are placed in one folder with different names such as

/codebase/ext/dhtmlxscheduler_[ext_name]

the extension name you’ll need to specify has to match the ext_name to ensure the correct path to the source files (for example, “year_view”, “week_agenda”, and so on).