I'm using the FullCalendar v1.6.1 version . I want to change the event background color in accordance with some conditions,and the rest of events in another color . but I don't know how make to diferent events.
in my table , table name is booking :
id --- + --- the_date
1 2014-02-25
2 2014-02-26
3 2014-02-27
4 2014-03-22
5 2014-04-15
6 2014-04-17
I want to change the event background color of the above dates in red , and rest of the them in green .
Any idea how can i colorize differently each event?
Thanks in advance