Scheduler.config.include_end_by = true is not including date specified in the 'End by' field

I am using dhtmlx scheduler v30. I am including scheduler.config.include_end_by = true in my code but it is not including the date specified in the ‘End by’ field. I am using scheduler.getRecDates(event_id) method to get all the dates but it is missing the date specified in the ‘End by’ field.

Regards

Hi,

Do you use Scheduler .Net?

Hi,
No I am not using Scheduler .Net.

Regards

The last available version is 5.1.6, so at first you need to update your Scheduler version
https://docs.dhtmlx.com/scheduler/what_s_new.html

I checked the issue using the snippet and include_end_by configurations works correctly: https://snippet.dhtmlx.com/09268072c

Thank you for your help.