Hotfix foundConflict = false on init

pull/5403/head^2
Alex van Andel 2022-11-08 16:12:31 +00:00
parent cde02e1a47
commit 69100a0fe8
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ async function ensureAvailableUsers(
console.log("calendarBusyTimes==>>>", bufferedBusyTimes); console.log("calendarBusyTimes==>>>", bufferedBusyTimes);
let foundConflict = true; let foundConflict = false;
try { try {
if (eventType.recurringEvent) { if (eventType.recurringEvent) {
const recurringEvent = parseRecurringEvent(eventType.recurringEvent); const recurringEvent = parseRecurringEvent(eventType.recurringEvent);