Disabling End Date in CREATE/UPDATE event?

Hello,

I would like to know if there is a way to disable the End Date of an event? I don’t want event to be on more than a day. So I want to disable only the end day. Example : 8:00 - 16:00 2015 -01 -27.
Is there a way to do this without modifying the source code? Would hidding the HTML form controls do the trick? Thanks.

Hi,
please check this topic
viewtopic.php?f=6&t=34714&p=109405&hilit=one+date+in+lightbox#p109405

In your case the code should be slightly changed, here is a demo
docs.dhtmlx.com/scheduler/snippet/dc191543

That is very helpful, thanks so much!