Make time section read only

Is there a way to make the time (start/end) not editable?

I have tried this without success

scheduler.attachEvent("onLightbox", function(){
               var section = scheduler.formSection("time");
               section.control.disabled = true;
            });  

Any help on this?

You can fully remove “time” section from the lightbox

docs.dhtmlx.com/scheduler/lightbox_editors.html

Hi Stan,

I don’t want to remove it because it gives information to the user: starting/ending date and time of the meeting.

Is there a way to disable the combo box?