Issue 1578: No timeFormat if event is < 1h
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by dzemal.b...@gmail.com, Oct 17, 2012
Hi. Im trying to do a format with timeFormat, i dont want the time to show at all if the start-end is =< 1h. I have tried to use this:

timeFormat:{
            agenda:'{ HH:mm{ - HH:mm}', // HH:mm{ - HH:mm} }
            agendaDay: '',
            '':'HH:mm{ - HH:mm}'
        }

And it works, but then the "longer" events only show the same start and end-time. Any solutions?
Oct 17, 2012
#1 dzemal.b...@gmail.com
Anything? 
Aug 18, 2013
Project Member #2 adamrs...@gmail.com
you might have to use the `eventRender` callback to get this custom logic in there
Status: Done