Hello,
I would like to set various hight of the events. Currently, I do it by applying a class inside of the event (eventRendered) to the events which hight I would like to change, but it seems to not be the correct way because Schedule still treats them as they would have hight 38px as it is defined by default.
For example, when I set for some events hight equal 20, and want to put them one by one, control behave like there will not be enough space, what is not true. I should be able to put all these three events one by one. Instead, when I put them one by one, control displays me a text "+1 more".

Even if I change cell height, that two events with default height will fit inside of it, the space between events with my custom height is too big. They still are treated as events with height 38px.

I know that I can manipulate also the top position of the event but I would like to prevent it because Schedule is quite dynamic and people can move events around and it will force me to every time check whether in selected tab exist event, what type of event (default or my custom) and then adjust dropped event by setting it correct top position.
Best regards,