Change duration of lightbox time period based on first time

On the month view, I would like to change the time period so that when a user changes the first time period the 2nd time box to the left becomes one hour later. Is this possible?

Hello,

Why do you mention month view if we are talking about details form, or am I missing something?
Either way check out following sample:
scheduler\samples\02_customization\11_auto_end_date.html

Best regards,
Ilya

Ilya, no it is the details (lightbox) form independant of the view. Thanks,

Is there a full URL for your reference I can use?

Is there a full URL for your reference I can use?
It can be checked in the scheduler’s package ( samples folder )

docs.dhtmlx.com/doku.php?id=dhtm … o_end_date
docs.dhtmlx.com/doku.php?id=dhtm … t_duration

Thanks. The sample referred to above provided the solution perfectly:

The 2 key lines were:

	scheduler.config.event_duration = 60; //specify event duration in munites for auto end time
          scheduler.config.auto_end_date = true;