In my calendar I want to colour each event in a different colour. Is there currently a way to send to the full calendar, in the JSON it expects a value for a colour?
FullCalendar
| |||
feedback
|
|
Seems I missed it the first time I read the manual: I send for each day the following JSON:
The important thing is the className and where the X is a number (depends on the CSS, see below).
| |||
|
feedback
|
|
This is now deprecated - for each event you should pass through the color and the font color. http://arshaw.com/fullcalendar/docs/event_data/Event_Object/#color-options | |||
|
feedback
|