################## ##### TX_CAL ##### ################## plugin.tx_cal_controller { view { day { displayDate.strftime = %e %B %Y timeFormatDay = %H:%M event { timeFormat = %H:%M top.stdWrap.wrap = | * 52 + 114 length.stdWrap.wrap = (| /3600 * 52) organizer.dataWrap =
%%%ORGANIZER%%% : |
location.dataWrap = %%%LOCATION%%% : | alldayTitle.crop > } } week { displayDate { 1.strftime = %e %h 2.strftime = %e %h %Y } dayViewLink.strftime = %a %d %b timeFormatDay = %H:%M event { timeFormat = %H:%M top.stdWrap.wrap = | * 52 + 20 length.stdWrap.wrap = (| /3600 * 52) organizer.dataWrap =%%%ORGANIZER%%% : |
location.dataWrap = %%%LOCATION%%% : | alldayTitle.crop > } } } }