Multiple Time field in light box

Hi
I am using DHTMLX scheduler evaluation package. In that I am using angular Js 1.6, I created directive to wrap scheduler functionality. In the lightbox I am not able to add another time field. If i am trying to update the new time field , Event will draw again.

Please suggest me the way in which i can achieve the similar functionality .

Thank you

Hi,

If you want to add 2 sections to the lightbox with type “time”, unfortunately currently it is not supported. Both sections will be referred to start_date and end_date data properties and display the same values.

We are going to implement an easy way to add several “time section” in the future, but now it can be done only by creating a custom control and show additional dates there.
More info how to create custom lightbox control you can read here https://docs.dhtmlx.com/scheduler/custom_lightbox_editor.html