The next collection scheduler.config.lightbox.sections contains configuration of the details form
scheduler.config.lightbox.sections=[
{name:“description”, height:130, map_to:“text”, type:“textarea” , focus:true},
{name:“users”, height:21, type:“select”, map_to:“userId”, options:[
{ key:0, label:“Private event” }, //those list need to be replaced with list of users
{ key:1, label:“Shared event” }
]},
{name:“time”, height:72, type:“time”, map_to:“auto”}
]