Color in Schedule

Yes, it is possible. Use the EventInit event. The event argument contains the original data item as ${event.data}. You can also set text and background color via ${event.textColor = 'red'} and ${event.backgroundColor = 'green'}.

1 Like