Issue 2053: renderSlotOverlay trigger
Status:  Done
Owner: ----
Closed:  Jun 2014
Reported by jean.cha...@gmail.com, Dec 18, 2013
It should be interesting to be able to trigger functions call like renderSlotOverlay or renderCellOverlay not to only render an overlay but to render differently any time slot of the calendar.

For example, it should be nice to be able to color a slot to highlight the unavailability of someone for a specific time slot. Right now, to highlight such a case, we're forced to create an 'false' event 

Jun 7, 2014
Project Member #1 adamrs...@gmail.com
renderSlotOverlay/renderCellOverlay might not be the best to achieve this because a "cell" or "slot" is not a single element, so it'd be hard to decide what to pass to these callbacks. Rather, it is a vertical scrolling area w/ horizontal lines overlaid atop an area with vertical lines.

It'd probably best to achieve this in the `viewRender` callback. That's where you'd draw the actual div overlays. This is essentially what the feature in  Issue 144  will do.
Status: Done