Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
@@ -25,8 +25,8 @@ import {
|
||||
import AttendeeSelector from "../Attendees/AttendeeSearch";
|
||||
import RepeatEvent from "./EventRepeat";
|
||||
import { RepetitionObject } from "../../features/Events/EventsTypes";
|
||||
import { userAttendee } from "../../features/User/userDataTypes";
|
||||
import { Calendars } from "../../features/Calendars/CalendarTypes";
|
||||
import { userAttendee } from "../../features/User/models/attendee";
|
||||
import { Calendar } from "../../features/Calendars/CalendarTypes";
|
||||
import {
|
||||
generateMeetingLink,
|
||||
addVideoConferenceToDescription,
|
||||
@@ -87,7 +87,7 @@ interface EventFormFieldsProps {
|
||||
isOpen?: boolean;
|
||||
|
||||
// Data
|
||||
userPersonalCalendars: Calendars[];
|
||||
userPersonalCalendars: Calendar[];
|
||||
timezoneList: {
|
||||
zones: string[];
|
||||
browserTz: string;
|
||||
|
||||
Reference in New Issue
Block a user