To make navigation in the scheduler a bit more clear, it’s preferable to give the weekend days a background color.
So I thought I could achieve this with the cell colors.
I added a column in my view wich sets the field week_day to the value of the in the month if it’s a saturdaty or sunday. So for june 6 it will hold a 6 and for june 13 (also a saturday) it holds 13.
I add a cell color of the type time scale.
Time scale day, condition equals to column week_dag (Which is the column in my view holding the day of the month)
But… it’s not working.
How can I achieve this?
