AppointmentDataStorage.CreateAppointment Method
Name | Parameters | Description |
---|---|---|
Create |
type, start, end, subject | Creates an appointment of the specified type with the specified start time, end time and a subject. |
Create |
type, start, end | Creates an appointment of the specified type with the specified start and end time. |
Create |
type, start, duration, subject | Creates an appointment of the specified type with the specified start time, duration and a subject. |
Create |
type, start, duration | Creates an appointment of the specified type with the specified start time and duration. |
Create |
type | Creates an appointment of the specified type. |