Hide the endTime if it equals the defaultEventLength
plugin.tx_cal_controller.view.event.event {
defaultEventLength = 1860
endtime {
if {
value.field = start_time
equals.stdWrap.field = end_time
equals.stdWrap.wrap = | - 1860
equals.prioriCalc = 1
negate = 1
}
}
}