Calendar Plugin Color Event Issue

I have a conditional that checkis if the event was completed or not (yes/no), if yes, then color it green. But it just doesn’t do it unless you click on the completed event - but then it does it for all events, including the ones that aren’t completed. Anyone else experience this/able to fix this?

Hey @ccatalano :wave:

You can’t change the color of an event in the conditionals in the Full Calendar plugin (by Bubble).

You can change the color based on the field of the event dynamically though:
image

You can use this property as a workaround to use different colors for completed events. How? → by changing the value in the color field whether the event is completed or not. Simply by default, create the color for not completed events, then, when the event is marked as completed, change the color to whatever your completed event’s color is.

See below. I show the completed events in red, and not completed ones in green:
image

And this is how the data looks like:

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

1 Like

You rock!