Forum Discussion
mvasconcelos
Nov 24, 2018Copper Contributor
SharePoint list calendar view with different colors
Hello, I created a calendar view and I want to put a different color if a record doesn't contain information in a specific field. I tried column formating but with no success. I saw calendar ove...
Nov 25, 2018
If you want to do this in the classic calendar view, what you can do is just implement this feature in the client side (JavaScript code) and add the code in a Script / Content Editior WebPart
mvasconcelos
Nov 25, 2018Copper Contributor
jcgonzalezmartin THanks for your suggestion. I'm using only modern experience and trying to follow only that way.