CalendarReader.CalendarReader

CalendarReader(string)

Initializes a new instance of CalendarReader with source file and default Appointment LoadOptions.

public CalendarReader(string path)
ParameterTypeDescription
pathStringPath to source file.

See Also


CalendarReader(string, AppointmentLoadOptions)

Initializes a new instance of CalendarReader with source file and Appointment LoadOptions.

public CalendarReader(string path, AppointmentLoadOptions options)
ParameterTypeDescription
pathStringPath to source file.
optionsAppointmentLoadOptionsAdditional LoadOptions.

See Also


CalendarReader(Stream)

Initializes a new instance of CalendarReader with source stream and default Appointment LoadOptions.

public CalendarReader(Stream stream)
ParameterTypeDescription
streamStreamSource stream.

See Also


CalendarReader(Stream, AppointmentLoadOptions)

Initializes a new instance of CalendarReader with source stream and Appointment LoadOptions.

public CalendarReader(Stream stream, AppointmentLoadOptions options)
ParameterTypeDescription
streamStreamSource stream.
optionsAppointmentLoadOptionsAdditional LoadOptions.

See Also