mobile scheduler: problem with event color

I have a problem with setting the color of an event in dayview.

When i customize the template scheduler.templates.event_color the color of the events do not change.
It does the same as when i customize the template scheduler.templates.event_marker.

CompuFit

Hello,

You may use the color property directly in data instead of scheduler.templates.event_color template :

{id:1, text:“my event”, color:"#66ff99", …}

We will modify the event styling and include this update into the next version.