Skip to main content

SchedulerStorage.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 the subject.
CreateAppointment(AppointmentType, DateTime, DateTime) type, start, end Creates an appointment of the specified type with the specified start time, end time and the subject.
CreateAppointment(AppointmentType, DateTime, TimeSpan, String) type, start, duration, subject Creates an appointment of the specified type with the specified start time, duration and 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 an appointment of the specified type.