[refactor] preparation for PR adressing #638 (#644)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2026-03-17 09:32:27 +01:00
committed by GitHub
parent 8da9505e01
commit a9e7b1ac82
24 changed files with 646 additions and 595 deletions
@@ -11,7 +11,7 @@ import { assertThunkSuccess } from "@/utils/assertThunkSuccess";
import { extractEventBaseUuid } from "@/utils/extractEventBaseUuid";
import { makeDisplayName } from "@/utils/makeDisplayName";
import { CalendarEvent } from "../EventsTypes";
import { buildDelegatedEventURL } from "../eventUtils";
import { buildDelegatedEventURL } from "../utils/buildDelegatedEventURL";
export interface MoveEventBetweenCalendarsParams {
dispatch: AppDispatch;