Skip to main content

IAppointmentStorageBase.CreateAppointment Method

Name Parameters Description
CreateAppointment(AppointmentType, DateTime, DateTime, String) type, start, end, subject Creates an appointment of the specified type with the specified start time, end time and a subject.
CreateAppointment(AppointmentType, DateTime, DateTime) type, start, end Creates an appointment of the specified type with the specified start and end time.
CreateAppointment(AppointmentType, DateTime, TimeSpan, String) type, start, duration, subject Creates an appointment of the specified type with the specified start time, duration and a subject.
CreateAppointment(AppointmentType, DateTime, TimeSpan) type, start, duration Creates an appointment of the specified type with the specified start time and duration.
CreateAppointment(AppointmentType) type Creates a new appointment of the specified type.