nobu,
Another question about the event time. I do need a fixed starting time because these are not online meetings but instead business seminars at a specific location. So I do need to specify for this part:
Starting Event 8:00
as a fixed time. When I inserted your line in the eguide_item.html:
<{$event.edate|date_format:"%H:%M"}>
it didn't change anything that I can see and yes, I did update the module. This is where I inserted it into the code.
<{$smarty.const._MD_STARTTIME}> <{$event.edate|date_format:"%H:%M"}>

What did I do wrong?

Thanks,
Hope

EDITED to correct where I added code.