我fullcalendar
在 ruby on rails 上使用它,它工作得非常好。我正在尝试更改backgound_color
事件的属性,但我看不到如何获取它。我能够更改边框颜色。
我的 JSON 看起来像:
[
{
"_routes": null,
"title": "this should be red",
"color": "#2308d1",
"url": "/events/59",
"start": "2013-06-18T00:00:00-05:00",
"end": "2013-06-18T22:59:59-05:00",
"allDay": false,
"event_id": 59,
"background_color": "red"
},
]
我想与社区分享一些不错的东西,来源在这里 https://github.com/mzararagoza/rails-fullcalendar-icecube