[#625] only call freebusy for attendees that have neither accepted nor declined
This commit is contained in:
committed by
Benoit TELLIER
parent
5269c43354
commit
d41cfe1186
@@ -40,9 +40,9 @@ import { TempCalendarsInput } from "./TempCalendarsInput";
|
||||
import { TimezoneSelector } from "./TimezoneSelector";
|
||||
import { updateDarkColor } from "./utils/calendarColorsUtils";
|
||||
import {
|
||||
eventToFullCalendarFormat,
|
||||
extractEvents,
|
||||
updateSlotLabelVisibility
|
||||
eventToFullCalendarFormat,
|
||||
extractEvents,
|
||||
updateSlotLabelVisibility,
|
||||
} from "./utils/calendarUtils";
|
||||
|
||||
const localeMap: Record<string, LocaleInput | undefined> = {
|
||||
|
||||
Reference in New Issue
Block a user