我正在使用最后一个版本的fullcalendar,我查看了文档如何改变背景颜色事件,但我不知道如何使不同的事件.
我需要代码示例与事件红色,蓝色,绿色,像图片.
我需要代码示例与事件红色,蓝色,绿色,像图片.
$('#calendar').fullCalendar({ editable: true,events: [ { title: 'Teste1',start: new Date(y,m,d,10,30),allDay: false,editable: false },{ title: 'Teste2',11,40),allDay: false } ],eventColor: '#378006' });@H_502_7@