Is there a way to hide the end_date in the lightbox/details

I cannot see how to do this easily.

You can change only both start and end dates, there is no option to hide only one of them

As alternative you can use

scheduler.config.auto_end_date = true;
scheduler.config.event_duration = 60;

thanks Stanislav, I have been trying to figure this out, for a few days and suspected as much. For someone like me I have use cases that it would be nice to not display the end date, I want a fixed end_date and it adds confusion to show the end_date. If we updated our license would you be willing to add this feature for us in a timely matter?

Hello,

As an option you can in the ‘onLightbox’ event select end time inputs and simply set their visibility to ‘hidden’.

Kind regards,
Ilya

could you clarify this? I don’t see any examples or documentation on this. How do you know what the values are for the individual components… I am confused.

Check the attached sample.
1326204959.zip (51.6 KB)

Its like magic!! thanks Ilya and Stanislav. I don’t get it but it works great. I owe you each a big glass of beer and a steak!