Using HTML microdata to markup events with single dates is straightforward. What is the proper way to achieve markup for an event with multiple start dates? Especially those with no end date.
For example:
<div class="event">
<div class="details">
<h2>Course One</h2>
<p class="desc">
This course is relevant for any customers </p>
<p class="dates">Dates: 9/8, 10/10, 10/31, 12/5</p>
<p>
<a class="btn" href="#">Course Details</a></p>
</div>
</div>