IN a sharepoint list I have a column with a color value. I want to use that value in a json column format. How do I do that?

Zernik, Alison 0 Reputation points
2025-01-23T20:41:33.6633333+00:00

We need to color code a calendar of training events. Each training class has a column with the hex value of the color to use. How do I reference that field to set the background color of my column?

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,229 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Emily Du-MSFT 49,231 Reputation points Microsoft Vendor
    2025-01-24T09:37:13.93+00:00

    Per my research, it is not possible to format a calendar view with color hex codes.

    JSON formatting capabilities are very limited for calendar view. You can only add additional classes to events using additionalEventClass and additionalEventClass only supports the naming conventions: ms-[location]-[color].

    References:

    https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/view-calendar-formatting

    https://devblogs.microsoft.com/microsoft365dev/mvp-article-using-theme-colors-in-list-formatting/

    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.