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