Issue 1435: Add .fc-other-month class to .fc-event anchor tag not the TD
Status:  WontFix
Owner: ----
Closed:  Aug 2013
Reported by JSheff...@gmail.com, Jun 13, 2012
I would like to be able to change the opacity of events that are not in the current month, but the .fc-other-month class is applied to the TD not the absolutely positioned anchor tag.  I'm requesting that the anchor tag also receives a class if it is not within the current month.


Aug 15, 2013
Project Member #1 adamrs...@gmail.com
you could do this in the `eventRender` callback, by looking at the event's date, the view's dates, and then applying a certain className to the event element
Status: WontFix