{foreach key=k2 item=evt from=$currHrows} {assign var=calendarId value=$evt.calendarId}
{if $evt.result.allday} {tr}All day{/tr} {else} {if $evt.endTimeStamp - $evt.startTimeStamp < 86400} {$evt.startTimeStamp|tiki_short_time} > {$evt.endTimeStamp|tiki_short_time} {else} {$evt.startTimeStamp|tiki_short_date} ({$evt.startTimeStamp|tiki_short_time}) > {$evt.endTimeStamp|tiki_short_date} ({$evt.endTimeStamp|tiki_short_time}) {/if} {/if}
  {$evt.name}
{if $show_category eq 'y' and $infocals.$cellcalendarId.customcategories eq 'y' and $cellcategory}{tr}Classification:{/tr} {$evt.category}
{/if} {if $show_location eq 'y' and $infocals.$cellcalendarId.customlocations eq 'y' and $celllocation}{tr}Location:{/tr} {$evt.location}
{/if} {if $show_url eq 'y' and $infocals.$cellcalendarId.customurl eq 'y' and $evt.url}{$url|truncate:32:'...'}
{/if}

{/foreach}