<div class="cal_event_info">
		<?php 
if ($Occurrence->TimeAssociated) {
    echo $Occurrence->StartTime->Format('%T');
    echo ' - ';
    echo $Occurrence->EndTime->Format('%T');
    echo '<br />';
}
?>
	</div>
	<div class="cal_event_info">
		<i><?php 
if ($Occurrence->State == 'cancelled') {
    echo 'Cancelled';
} else {
    echo js_nl2br(xml_escape($Occurrence->GetLocationDescription()));
}
?>
</i><?php 
if (!$Squash) {
    /*
    if ('owner' === $Occurrence->Event->UserStatus) {
    	$links = array();
    	if ($Occurrence->UserHasPermission('publish')) {
    		$links[] = '<a href="'.
    			site_url($Path->OccurrencePublish($Occurrence).$CI->uri->uri_string()).
    			'">publish</a>';
    	}
    	if ($Occurrence->UserHasPermission('delete')) {
    		$links[] = '<a href="'.
    			site_url($Path->OccurrenceDelete($Occurrence).$FailRedirect).
					<?php 
                echo $event_info->StartTime->Format('H:i') . ' - ' . $event_info->EndTime->Format('H:i');
                ?>
				</div>
				<div class="cal_event_info">
					<i><?php 
                if ($event_info->State == 'cancelled') {
                    echo 'Cancelled';
                } else {
                    echo js_nl2br(xml_escape($event_info->GetLocationDescription()));
                }
                ?>
</i>
					<?php 
                if (!$squash && !empty($event_info->Event->Description)) {
                    echo '<br />' . js_nl2br(xml_escape($event_info->Event->Description));
                }
                ?>
				</div>
			</div>
<?php 
            }
        }
    }
    ?>
		</td>
<?php 
}
?>
		<!-- End of Day Columns -->
	</tr>