This Gist contains the markup for events with and without the Schema markup.
<!-- ========== Event Information Box ========== -->
<div style="float:left; width:65px; margin-left:18px;">
<div align="left">
<strong>What:</strong><br/>
<strong>Details:</strong><br/>
<strong>Starts:</strong><br/>
<strong>Where:</strong><br />
</div><!-- /. Content Container -->
</div><!-- /. Float Container -->
<div style="float:left; width:440px;">
<div itemscope itemtype="http://schema.org/Event">
<a itemprop="url" href="#"><span itemprop="name">EVENT NAME<span></a><div itemprop="description">EVENT DESCRIPTION</div>
<meta itemprop="startDate" content="2015-03-31T18:30">DAY at TIME <!-- *** Remember to change itemprop *** -->
<div itemprop="location" itemscope itemtype="http://schema.org/Place">
<a itemprop="url" href="#">LOCATION</a> <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"><span itemprop="streetAddress">STREET ADDRESS</span><br /><span itemprop="addressLocality">CITY</span>, <span itemprop="addressRegion">ST</span></div></div>
</div><!-- Close Schema Markup -->
</div><!-- Close Float Container -->
<!-- ========== /. Event Information Box ========== -->
<div style="clear:both"><br /></div><!-- Clear the floats -->
<!-- ========== Event Information Box ========== -->
<div style="float:left; width:65px; margin-left:18px;">
<div align="left">
<strong>What:</strong><br />
<strong>Details:</strong><br />
<strong>Starts:</strong><br />
<strong>Ends:</strong></br />
<strong>Where:</strong><br />
</div><!-- /. Content Container -->
</div><!-- /. Float Container -->
<div style="float:left; width:440px;">
<div itemscope itemtype="http://schema.org/Event">
<a itemprop="url" href="#"><span itemprop="name">EVENT NAME<span></a><div itemprop="description">DESCRIPTION</div>
<meta itemprop="startDate" content="2015-04-13T18:30">DAY, MONTH 00, 2015 at 0:00 XX <!-- *** Remember to change itemprop *** --><br />
<meta itemprop="endDate" content="2015-04-13T15:15">DAY, MONTH 00, 2015 at 0:00 XX <!-- *** Remember to change itemprop *** -->
<div itemprop="location" itemscope itemtype="http://schema.org/Place">
<a itemprop="url" href="#">LOCATION</a> <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"><span itemprop="streetAddress">STREET ADDRESS</span><br /><span itemprop="addressLocality">CITY</span>, <span itemprop="addressRegion">ST</span></div></div>
</div><!-- /. Schema Markup -->
</div><!-- /. Float Container -->
<!-- ========== /. Event Information Box ========== -->
<div style="clear:both"><br /></div><!-- Clear the floats -->