Sorry, the Previous version was not tested, I have shown the code only with my brain, not with a real device.
Here is the tested code.
eventTransformer: (ev) => {
if (ev.title.search('Uitje') > -1) ev.color = 'gold'
if (ev.title.search('Verjaardag') > -1) ev.symbol = ['birthday-cake']
return ev
},








