Yes I have checked it. I understand how to set a background color for the calendar event.
However, I need to dynamically set a background given a condition to alert the user this is the last event in a repeat. So I’m using class toggle for this. Before using the class toggle however, I thought it first made sense to ensure the class is working as expected.
But since I can’t get the class to display at all, I figure it won’t work in my conditional class toggle.
Here is how to do create an if/then within an expression:
Within the expression in Code view (not Design) for bg color:
field_name == ‘Something’ ? ‘red’ : ‘blue’