End by date in repeat event

While giving date in end by field its taking lesser then value
for example if i am giving 10.08.2016 as end date the recurring event is showing upto 09.08.2016
how to fix it… please suggest.

Hello,
the end dates of the lightbox are not inclusive, so this is an expected behavior.
As a workaround, you could capture onEventSave event and if the end date of the series was specified - you increase it by one day
docs.dhtmlx.com/scheduler/api__s … event.html