Type Alias CalendarAppointmentEditSchemaDTO
CalendarAppointmentEditSchemaDTO: {
calendarId: string;
startTime: string;
endTime: string;
title: string;
meetingLocationType: string;
appointmentStatus: string;
address: string;
ignoreDateRange: boolean;
toNotify: boolean;
}
Type declaration
calendarId: string
startTime: string
endTime: string
title: string
meetingLocationType: string
appointmentStatus: string
address: string
ignoreDateRange: boolean
toNotify: boolean