Thanks so much, that worked. I added
<?php
global $post;
$EM_Event = em_get_event($post->ID, 'post_id');
?>
to the template and then
<?php echo $EM_Event->output('#_EVENTDATES'); ?>
to output the Event Date.
Thanks so much, that worked. I added
<?php
global $post;
$EM_Event = em_get_event($post->ID, 'post_id');
?>
to the template and then
<?php echo $EM_Event->output('#_EVENTDATES'); ?>
to output the Event Date.