Issue 596: More className doesn't seems to work
Status:  Done
Owner: ----
Closed:  Aug 2010
Reported by m.me...@gmail.com, Aug 10, 2010
I try to use more className at the json object:

<code>
[
	{"id":1,"title":"foo","start":"2010-07-31 09:00:00.0","end":"2010-07-31 10:00:00.0","allDay": false, "className": "calendarEventRed"},
	{"id":2,"title":"foo","start":"2010-07-31 10:00:00.0","end":"2010-07-31 11:00:00.0","allDay": false, "className": "calendarEventRed"},
	{"id":3,"title":"foo","start":"2010-09-12 09:00:00.0","end":"2010-09-12 10:00:00.0","allDay": false, "className": "calendarEventOrange"},
	{"id":4,"title":"foo","start":"2010-09-12 10:00:00.0","end":"2010-09-12 11:00:00.0","allDay": false, "className": "calendarEventOrange"}
]
</code>

but the events are all calendarEventRed...

<code>
<div class="fc-event fc-event-vert fc-corner-top fc-corner-bottom calendarEventRed" style="position: absolute; z-index: 8; top: 377px; left: 511px; width: 52px; height: 40px;">
</div>
<div class="fc-event fc-event-vert fc-corner-top fc-corner-bottom calendarEventRed" style="position: absolute; z-index: 8; top: 419px; left: 511px; width: 52px; height: 40px;">
</div>
<div class="fc-event fc-event-vert fc-corner-top fc-corner-bottom calendarEventRed"  style="position: absolute; z-index: 8; top: 377px; left: 544px; width: 31px; height: 40px;">
</div>
<div class="fc-event fc-event-vert fc-corner-top fc-corner-bottom calendarEventRed" style="position: absolute; z-index: 8; top: 419px; left: 544px; width: 31px; height: 40px;">
</div>
</code>


Is this a bug or is there a workaround?


Aug 10, 2010
#1 m.me...@gmail.com
never mind this issue.

It was my fault not using 'removeEvents'

very stupid
Aug 25, 2010
Project Member #2 adamrs...@gmail.com
glad you got it to work
Status: Done