A newer version of this page is available.
Switch to the current version.
SchedulerDataStorage.CreateAppointment Method
Name | Parameters | Description |
---|---|---|
CreateAppointment(AppointmentType) | type | Creates an appointment of the specified type. |
CreateAppointment(AppointmentType, DateTime, DateTime) | type, start, end | Creates an appointment of the specified type with the specified start and end time. |
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, TimeSpan) | type, start, duration | Creates an appointment of the specified type with the specified start time and duration. |
CreateAppointment(AppointmentType, DateTime, TimeSpan, String) | type, start, duration, subject | Creates an appointment of the specified type with the specified start time, duration and subject. |
Feedback