Setting class in AppointmentRender overrides defaults

I’m expecting that setting the class attribute in AppointmentRender merges with the defaults so I dont have to hard code the rz-event-content class in case it changes or gets other classes added in the future.

Without this class it doesn’t render the appointment’s height right.

In OnAppointmentRender: args.Attributes["class"] = "rz-background-color-success";

Without adding class:
image

After setting class:
image

This however setting class is working in OnSlotRender:
image

image

Thanks! Fix will be published in our next update before the end of the week.