Type Alias AppointmentCreateUpdateDto
AppointmentCreateUpdateDto: { calendarId: string; locationId: string; contactId: string; startTime: string; endTime?: string; title?: string; meetingLocationType?: CalendarMeetingLocationTypes; appointmentStatus?: string; assignedUserId?: string; address?: string; ignoreDateRange?: boolean; toNotify?: boolean; rrule?: string;} Type declaration
calendarId: string
locationId: string
contactId: string
startTime: string
Optional
endTime?: string
Optional
title?: string
Optional
appointmentStatus?: string
Optional
assignedUserId?: string
Optional
address?: string
Optional
ignoreDateRange?: boolean
Optional
toNotify?: boolean
Optional
rrule?: string