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:00',
end: '2018-05-02 15:00:00',
color: 'green',
rendering: 'inverse-background'
}
]