fix: create all-day calendar events with JSCalendar midnight start and full fetch verification

This commit is contained in:
Linus Rath
2026-03-27 18:51:34 +01:00
parent b868ad591d
commit f084b484b7
5 changed files with 180 additions and 13 deletions
@@ -39,7 +39,7 @@ describe('calendar event normalization', () => {
duration: 'PT24H',
timeZone: 'UTC',
}))).toMatchObject({
start: '2026-03-16',
start: '2026-03-16T00:00:00',
duration: 'P1D',
timeZone: null,
showWithoutTime: true,