Hotfix foundConflict = false on init
parent
cde02e1a47
commit
69100a0fe8
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue