Same for me here, the plugin is currently at Version 2.1.3 .
both the Event builder (on the left) and the Simple display (on the right) are producing the same result.
with this:
<div class="gce-list-event gce-tooltip-event">[event-title]</div>
<div><span>Début:</span> [start-time]</div>
<div><span>Fin:</span> [end-date] - [end-time]</div>
[if-location]<div><span>Lieu:</span> [location]</div>[/if-location]
[if-description]<div><span>Description:</span> [description]</div>[/if-description]
<div>[link newwindow="true"]Plus de détails...[/link]</div>
[event-title] : is blank
[start-time] : works fine
[end-date] – [end-time] : works fine
[link newwindow=”true”]More details : is a link with target blank but the href is related to timezone stuff like this
<a href="https://&ctz=America/Toronto" target="_blank">Plus de détails…</a>
For grid, list and grouped list, the event-title is not showing.
I tried to play with the cache but no luck. I will follow updates.
Thanks for taking care of it.