diff --git a/frontend/src/components/CalendarQalendar.vue b/frontend/src/components/CalendarQalendar.vue index 33a4e60a7..088d78337 100644 --- a/frontend/src/components/CalendarQalendar.vue +++ b/frontend/src/components/CalendarQalendar.vue @@ -187,7 +187,7 @@ const calendarEvents = computed(() => { ? start.format(dateFormatStrings.qalendarFullDay) : start.format(dateFormatStrings.qalendar), end: event.all_day - ? end.format(dateFormatStrings.qalendarFullDay) + ? end.subtract(1, 'minute').format(dateFormatStrings.qalendarFullDay) : end.format(dateFormatStrings.qalendar), }, description: event.description,