[TYPO3-calendar] Re: Event ohne Endezeit

Marc Hirdes marc_hirdes at gmx.de
Wed Jan 21 15:02:53 CET 2015


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
                    }
                }
}


More information about the TYPO3-project-calendar mailing list