I'm trying to make an hotel scheduler and I want to add small icons representing the status of the room on the empty cells (not reservation and not room line header). what is the best way? I try to use the 'onBeforeCellRender' function but I don't have the information of the cells (after render). thanks
Answer posted by Dan Letecky [DayPilot] 9 years ago.
I'm not sure if this is exactly what you are looking for but you can get a list of events the overlap a given cell in onBeforeCellRender using args.cell.events().