[]
Reads appointments data from a stream.
public IList<Appointment> ReadAppointments(Stream stream, FileFormatEnum format)
| Type | Name | Description |
|---|---|---|
| Stream | stream | A Stream object which specifies the stream that contains the data to import to the scheduler. |
| FileFormatEnum | format | The FileFormatEnum value. |
| Type | Description |
|---|---|
| IList<Appointment> | Returns collection of appointments. |
This method doesn't add appointments to the scheduler control.