CalendarWriter

CalendarWriter class

Allows write the set of Events in one ics file or stream.

The CalendarWriter type exposes the following members:

Constructors

NameDescription
CalendarWriter(path)Initializes a new instance of the CalendarWriter class
CalendarWriter(stream)Initializes a new instance of the CalendarWriter class
CalendarWriter(path, ics_save_options)Initializes a new instance of the CalendarWriter class
CalendarWriter(stream, ics_save_options)Initializes a new instance of the CalendarWriter class

Methods

NameDescription
write(appointment)

See Also