[#142] prefill event creation for any way of creating (#226)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2025-10-21 14:12:08 +02:00
committed by GitHub
parent e99c56f03f
commit 89ea554b1f
5 changed files with 118 additions and 35 deletions
@@ -11,6 +11,9 @@ export const useCalendarEventHandlers = (props: EventHandlersProps) => {
handleDateSelect: useCallback(eventHandlers.handleDateSelect, [
props.setSelectedRange,
props.setAnchorEl,
props.setTempEvent,
props.tempUsers,
props.timezone,
]),
handleClosePopover: useCallback(eventHandlers.handleClosePopover, [
props.calendarRef,