diff --git a/packages/features/bookings/lib/handleNewBooking.ts b/packages/features/bookings/lib/handleNewBooking.ts index d0c0fa4262..19d4a82941 100644 --- a/packages/features/bookings/lib/handleNewBooking.ts +++ b/packages/features/bookings/lib/handleNewBooking.ts @@ -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);