In many of your calendar examples, you have some events in a different color, by setting the style of the event. However, those styles are hard-coded in the testdata, which would mean that it would be up to the server-side to decide on styles.
What i'm after is a way to set the cell visual parameters dynamically somehow, for example using the same type of process as the "EventBodyHTMLCustomizer", where i set the event cell body based on the data coming from the server. I want to for example inspect an attribute, and if it's "1", render the background of that cell black.
Is this possible? I have poked around in timeline class for customizers etc. but if it's there i managed to miss it.
What i'm after is a way to set the cell visual parameters dynamically somehow, for example using the same type of process as the "EventBodyHTMLCustomizer", where i set the event cell body based on the data coming from the server. I want to for example inspect an attribute, and if it's "1", render the background of that cell black.
Is this possible? I have poked around in timeline class for customizers etc. but if it's there i managed to miss it.
Comment