Hi, thanks for this very useful component! I tried to add a tooltip but fa

Hi,
thanks for this very useful component!

I tried to add a tooltip but failed with

this.getCalendar().setOption("eventRender", this.callTooltip);

But using eventDidMount works:

this.getCalendar().setOption("eventDidMount", this.callTooltip);

Is this just my problem or the problem of the example?

Thank you
Simon

Hi Simon,

might be, that in this case it is simply the samples, which are outdated. I’ll try to update them in the following weeks.