CalendarWriter

CalendarWriter(string)

使用源文件和默认 AppointmentIcsSaveOptions 初始化 CalendarReader 的新实例。

public CalendarWriter(string path)
范围类型描述
pathString源文件的路径。

也可以看看


CalendarWriter(Stream)

使用源流和默认 AppointmentIcsSaveOptions 初始化 CalendarReader 的新实例。

public CalendarWriter(Stream stream)
范围类型描述
streamStream源流。

也可以看看


CalendarWriter(string, AppointmentIcsSaveOptions)

使用源文件和附加 AppointmentIcsSaveOptions 初始化 CalendarReader 的新实例。

public CalendarWriter(string path, AppointmentIcsSaveOptions icsSaveOptions)
范围类型描述
pathString源文件的路径。
icsSaveOptionsAppointmentIcsSaveOptions附加 AppointmentIcsSaveOptions。

也可以看看


CalendarWriter(Stream, AppointmentIcsSaveOptions)

使用源文件和附加 AppointmentIcsSaveOptions 初始化 CalendarReader 的新实例。

public CalendarWriter(Stream stream, AppointmentIcsSaveOptions icsSaveOptions)
范围类型描述
streamStream源流。
icsSaveOptionsAppointmentIcsSaveOptions附加 AppointmentIcsSaveOptions。

也可以看看