i have been trying to change the color of my event with no success.
my git-ripo is https://github.com/mzararagoza/rails-fullcalendar-icecube and there is a sample of the site.
i am loading my event on with json that looks like http://rails-fullcalendar-icecube.herokuapp.com/event_instances.json
{
"_routes": null, "title": "ddd", "color": "#b319ab", "url": "/events/6", "start": "2013-06-12T00:00:00-05:00", "end": "2013-06-12T23:59:59-05:00", "allDay": true, "event_id": 6 }
Thanks for all the help