Custom events on monthly View

Hello.
I want to display the events in a custom manner in the monthly view of the calendar.The issue I’m having is that the only way I’m able to add a custom component there is via renderLabel instead of renderEvent like in the other views. Because of this, as you can see in the picture attached, the events are rendered on top of others.Is there any way I can still use the renderEvent method in this case so that the events are spaced properly? Or is there a possibility to set the space between these events using some custom css?


Hi @Alex_M,

You can use the renderLabelContent, which will take care of the styling and you can focus on what you show inside of the label.