Issue 1962: Is there a way to highlight the selected slot in week view
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by akshay3...@gmail.com, Aug 15, 2013
I want to add a highlight class, for the current selected slot in the week view. 

Lets say, I want to add an event from 1 - 2PM, so as soon as I click on that slot, it should have a highlight class showing the slot selected.

What is the best way to get this done?
Aug 25, 2013
Project Member #1 adamrs...@gmail.com
use the selectable options:
http://arshaw.com/fullcalendar/docs/selection/

and through your css, change the styling of the ".fc-cell-overlay" element

try to use firebug/web-inspector to figure out what's going on.

beyond this i cannot help
Status: Done