Hotfix foundConflict = false on init

This commit is contained in:
Alex van Andel
2022-11-08 16:12:31 +00:00
parent cde02e1a47
commit 69100a0fe8
@@ -241,7 +241,7 @@ async function ensureAvailableUsers(
console.log("calendarBusyTimes==>>>", bufferedBusyTimes);
let foundConflict = true;
let foundConflict = false;
try {
if (eventType.recurringEvent) {
const recurringEvent = parseRecurringEvent(eventType.recurringEvent);