Skip to main content
Solved

Scheduler cell color for weekend days

  • June 4, 2026
  • 3 replies
  • 40 views

Forum|alt.badge.img+14

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?

A variant on this..  if I’m able to give the 00 hour colomn a color on a sunday or a monday, So the user has a more clear reference where the new week starts. This is now real unclear. You have to look to the columns and interpret the numbers which are dependent of the view.

Best answer by Arie V

@Edwin Saan We recommend to use Custom CSS for highlighting weekend days. See the end of this blog for the required code:

The ability to Hide weekend days is only available from Platform version 2026.1, so that won’t work for you at this stage.

3 replies

Remco
Moderator
Forum|alt.badge.img+3
  • Moderator
  • June 25, 2026

Hi ​@Edwin Saan 

Unfortunately, at the moment this is not possible. You could create an idea for this so that the day of the week will also be available as a cell color condition.

Maybe for now one of these options could help out.

  • You can hide the weekend days in the scheduler by checking the hide saterday and hide sunday checkbox by the scheduler view. 

 


Arie V
Community Manager
Forum|alt.badge.img+12
  • Community Manager
  • Answer
  • June 25, 2026

@Edwin Saan We recommend to use Custom CSS for highlighting weekend days. See the end of this blog for the required code:

The ability to Hide weekend days is only available from Platform version 2026.1, so that won’t work for you at this stage.


Forum|alt.badge.img+14
  • Author
  • Sidekick
  • June 25, 2026

Yes, that works fine, allthough I still have the opinion that has a TW developer It should not be neccesary to hack into CSS code. At least I’m not a css specialist.
So over time please give a place for these kind of options in the platform