Add xml node ?

Hello,

i would like to add a “room” node in my events.xml. I have a room list when editing my event, but when i save it, my xml doesn’t have the node.
Can you help me ?

I have my property “Room” in the event editor, i managed to retrieve all my rooms from my php controller. But when i presse the save button, my event is added to the scheduler, but when i dump the xml, there is no child node “252”.

Sorry, we can’t edit post… i’ve found my answer, you can close this topic.
For people who wants to know :
docs.dhtmlx.com/scheduler/api__s … plate.html

in your xml :

in your js :
scheduler.templates.event_text=function(start,end,event){
return “Text: “+event.text+”
”+“Descr.”+event.details+event.test;
}