Issue 1156: Displaying Weekends (Saturday & Sunday in different color)
Status:  Done
Owner: ----
Closed:  Oct 2011
Reported by anks...@gmail.com, Oct 24, 2011
i am using the full Calender in my project but now stucked with a requirement ,it is i need to show weekends in Red color (i.e Saturday & Sunday) .still searching for a solution for that.
Oct 26, 2011
Project Member #1 althaus.it
It's not possible yet, but you can fetch a code snippet from  issue #191  which adds this functionality.
Status: Done
Nov 6, 2011
#2 Skype...@googlemail.com
hi,
you can use CSS: 
#calendar .fc-sat, #calendar .fc-sun	{ background: red; }