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 overlay but it's not the purpose.
Is it possible to accomplish that with json?
2 Replies
- 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
- mvasconcelosCopper Contributor
jcgonzalezmartin THanks for your suggestion. I'm using only modern experience and trying to follow only that way.