Month view event color

I’m searching for a way to make the event color be a highlight (or box around the event text) rather than just the font color (like note 2 in the image). In this case, note 2 is just selected but I want all the events to be highlighted and the color based on the event color set which defaults to changing the text foreground color. I couldn’t find anything in the documentation allowing me to do so. Any creative workarounds/ideas? Thanks!

Try setting the display value to something like this:

<html><div style="color: #ffffff; background-color: #ff0000">Note 2</div>

This is perfect! Thanks!