I tweaked the sidebar.css file in my theme to get the events list to display. It actually works well, although the xhtml validation is still a minor concern. You can check out the result at https://helphealinghappen.com (hover about the events list)
The code I used in the sidebar for the events list and calendar link is:
(remove ticks
first if you use this)
<li>
<h2><strong>Upcoming Events</strong></h2>
<?php SidebarEventsList(5);?>
<ul>
<li class="calendar"><a title="View Calendar"
href="https://helphealinghappen.com/services/classes-and-workshops/workshop-calendar/" target="_top">View Calendar</a> </li>
</ul>
</li>
Good luck …