How to avoid cumulative layer color in Fullcalendar inverse-background
问题 I added different business hours for specific dates and different ressources, but the inverse-background layers are cumulative. The event on the morning have color of afternoon event parameter and reciprocally. I want to have both white events. Example here: http://jsfiddle.net/gwpoofqk/ it's independent of businessHours and ressource parameters. events: [ { start: '2018-05-02 10:00:00', end: '2018-05-02 11:00:00', color: 'blue', rendering: 'inverse-background' }, { start: '2018-05-02 14:00