const event: EventInput = {
title: eventTitle,
color: eventColor,
start: new Date(milliseconds)
};
As per the above code, I have added the dynamic color for all the events like #000000
I have tried color
and backgroundColor
both but it’s not working as you can see in the snapshot
I need to change event color and color is passed dynamically