Modifier and Type | Method and Description |
---|---|
static Appointment |
Appointment.load(InputStream stream,
AppointmentLoadOptions options)
Loads
Appointment from the stream |
static Appointment |
Appointment.load(String filePath,
AppointmentLoadOptions options)
Loads
Appointment from the file. |
Constructor and Description |
---|
CalendarReader(InputStream stream,
AppointmentLoadOptions options)
Initializes a new instance of CalendarReader with source stream and Appointment LoadOptions.
|
CalendarReader(String path,
AppointmentLoadOptions options)
Initializes a new instance of CalendarReader with source file and Appointment LoadOptions.
|