I use two feed URLs from the same google calendar. Here is live version:
https://sungatescenter.com/sungates-radio/
Feed 1:
[if-now]
<b>Now Playing: </b><br /><br />
[event-title]
[/if-now]
[if-not-started]
[event-title]
<br /><br />
<b>Please tune in on:<br />
[start-date] at [start-time] </b>
[/if-not-started]
Feed 2:
[if-not-ended]
<div class="gce-list-event gce-tooltip-event">[event-title]</div>
<div>
<span>Starts:</span> [start-date] - [start-time]
<span>Duration:</span> [length]
</div>
<div>
<BR />
<span>Description:</span>
[description html="true"]
<BR />
<BR />
</div>
[/if-not-ended]
thank you for a great product!