events.pm: add template param duration

This commit is contained in:
Milan
2022-04-22 13:56:21 +02:00
parent e85b9398fe
commit a7d9f543ee

View File

@@ -1096,6 +1096,7 @@ sub get_query($$$) {
,e.id event_id ,e.id event_id
,e.start ,e.start
,e.end ,e.end
,TIMEDIFF(e.end,e.start) duration
,e.time_of_day ,e.time_of_day
,e.program ,e.program
,e.series_name ,e.series_name