Issue 858: How to change the class once the event has been created.
Status:  Done
Owner: ----
Closed:  Mar 2011
Reported by meltemi...@gmail.com, Mar 21, 2011
I want to be able to set and reset the color of an event after its been created. Given that a class can be assigned at creation of an event.  Is there a way to change the class once the event has been created? 
Mar 21, 2011
Project Member #1 althaus.it
Just change the event's class through jQuery?
Status: Discussing
Mar 21, 2011
#2 stevenaw...@gmail.com
If the class is changed and then the view is changed (Month -> Week -> Month) the class will be the "new" class and not the one it was created with.

I believe that jQuery will change only what is displayed and not what is stored within the full calendar.  Or maybe I am looking at the call incorrectly.
Mar 24, 2011
Project Member #3 adamrs...@gmail.com
if you are using the new color properties (http://arshaw.com/fullcalendar/docs/event_rendering/Colors/) of event objects, you can use the updateEvent method (http://arshaw.com/fullcalendar/docs/event_data/updateEvent/) to change the color or whatever
Status: Done