Is it possible to set a specific color for the events in the Scheduler? I mainly use the week-view but actually it doesn't matter which view. I just would like to be able to programmatically set the color of a Scheduler event entry (different color for every event). Is that possible? I saw the "Provide Custom Editor" example with the resources on this page:
https://www.telerik.com/kendo-react-ui/components/scheduler/customization/form/editor/
But here the colors are set based on a resource type. I don't have resources like this so I'd be interested if and how this could be done for each event independently.
You can disregard the question. I found, that I can set the background color in the style element of the SchedulerEditItemsProps.