Skip to content

event-popover: Fix popover for all-day multi-day events

All-day multi-day events go, e.g. from 01/01/2022 00:00 to 01/03/2022 00:00. The old logic would have shown January 1 - January 3. This, however, is incorrect and should instead be January 1 - January 2. As a result, subtract one day from the end date when in the all-day multi-day case.

Edited by Björn Daase

Merge request reports