I would like to to pass the colors for the events through my json events source for jquery fullcalendar, how do i achieve this ?
|
feedback
|
|
Nothing easier than that. If you check the documentation of jQuery Fullcalendar Event Colors you see that there is a parameter The events (take note of the
The CSS to make
Check here http://jsbin.com/ijasa3/22 for a quick sample. Note how event1 has green as background and yellow as text color. | |||||||
feedback
|
|
With version 1.5 you can set textColor, backgroudColor and borderColor in each event. | |||
|
feedback
|
|
If you upgrade to version 1.5 you may find this does not work. The solution appears to be to comment out the style
| |||
|
feedback
|
|
Here is an example of how to add color dynamicly from an ASP.NET webservice. | ||||
|
feedback
|