This should be pretty easy, in no way will I ever get this working without help ...
The control ...
<kendo-scheduler [slotClass]="getSlotClass" >
The code ....
public getSlotClass = (args: SlotClassArgs) => {
return {
background:"purple" // ???????????????????????
};
}
Nothing I've tried can set the background color of a slot .... ?