Hi, recently updat to angular 19.2.15 and “dhtmlx-scheduler”: “^7.2.2”, and scheduler.config.event_duration it is not working as it did.
Is there any notice about this?
I use scheduler in a component and add it in several pages with app-scheduler selector. A lot of other scheduler.config settin g in page are working, not event_duration.
My code:
scheduler.config.event_duration = 45;
scheduler.config.auto_end_date = true;
but events appear 90 minuts long.
thank you in advance