Page 1 of 1

EventTitle

PostPosted: Tue Mar 06, 2012 1:58 am
by Jan Bayer
I know I can manipulate displayed Event information on the different interfaces through z_AlternateSummaryCalc. But above that info, the first line of every event displays its start time. I'd like to be able to display something like "starttime ~ endtime". Possible ?!
Thanks for your help !
Amicalement, Jan

Re: EventTitle

PostPosted: Tue Mar 06, 2012 12:31 pm
by John Sindelar
Hi Jan,

You can get the times to display like that by editing the script "Format Event Time --- Edit Time Formats for Events Here ---" You'll see the SetVariable line at the end of that script assembles the whole event, concatenating the time and event summary. We spend a lot of time in that calc getting start time right: you'd want to duplicate that section for the end time (if the event has one).

It's a long calc, so make a copy first. ;-)

Hope that helps,

John