The end date is being displayed on my Events in Calender view - see attached.

I've reviewed the event-node-month.tpl.php and found

 <?php if ($show_end) { ?>
      <div class="end dtend" title="<?php print event_format_date($end_date, 'custom', "Y-m-d\TH:i:s\Z") ?>"><?php print t('End: ') . $end_date_formatted ?></div>
  <?php } ?>

however I can not work out where the variable $show_end is set - any help appreciated

CommentFileSizeAuthor
calendar.pdf42.78 KBpetetspm

Comments

killes@www.drop.org’s picture

Component: Event Views » User interface
Status: Active » Postponed (maintainer needs more info)

What exactly do you want to do?

mjvesper’s picture

I am also noticing this behavior. In the month view, the event title and the end date is displayed... but not the start date. This occurs even if the event has no end date.

Actually, in all views, an end date is displayed even if an event has no end date.

CandC540’s picture

Same issue here. I only get an End time in my calendar and no Start times.

killes@www.drop.org’s picture

Status: Postponed (maintainer needs more info) » Fixed

this is now fixed

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.