Forum Discussion
sbontempo587
Feb 28, 2023Copper Contributor
SharePoint List Calendar View Conditional Formatting
Hi all, I've been spinning my wheels on this one. I have created a calendar view from a SP list and want to color code calendar items based on the event type (field = "Event_Type"). They selectio...
- Mar 01, 2023
sbontempo587 Make sure you are using below things correctly:
- Use correct internal name of your column in JSON: Find the internal name of SharePoint column
- Column is shown/included in list view: Conditional Formatting in Calendar View is not showing a Column
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs
ganeshsanap
Mar 01, 2023MVP
sbontempo587 Make sure you are using below things correctly:
- Use correct internal name of your column in JSON: Find the internal name of SharePoint column
- Column is shown/included in list view: Conditional Formatting in Calendar View is not showing a Column
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs
Edward_Chong
Aug 04, 2023Copper Contributor
I found that the default "Calendar View" that is created will not include any additional columns (i.e. custom event type) selected. You'll need to go to the List Settings and edit the calendar view using the classic view editor and include the conditional filter field. When you refresh the calendar view, it may popup with an error and you have to reconfigure the "Modern" settings, but then the conditional formatting will work.
- ganeshsanapAug 07, 2023MVP
Edward_Chong Yes, you will have to show/include additional columns you want to use in JSON formatting in SharePoint calendar view.
Anyone looking for the complete steps for this, check my answer given at: Conditional Formatting in Calendar View is not showing a Column
Please consider giving a Like if my post helped you in any way.