Unit Sections Display in week view

I am using Unit view to create a Room Booking system. I want to view week display and see all bookings for the week. How can I make the header in the week view display the Room names which come from the sections specification.

You can use event_text template

docs.dhtmlx.com/doku.php?id=dhtm … _templates
docs.dhtmlx.com/doku.php?id=dhtm … ng_content

and scheduler.getLabel to convert unit id to unit label

docs.dhtmlx.com/doku.php?id=dhtm … r_getlabel