CalendarReader

CalendarReader class

Allows read the calendar with multi events to the Appointment object from a file or stream.

The CalendarReader type exposes the following members:

Constructors

NameDescription
CalendarReader(path)Initializes a new instance of the CalendarReader class
CalendarReader(path, options)Initializes a new instance of the CalendarReader class
CalendarReader(stream)Initializes a new instance of the CalendarReader class
CalendarReader(stream, options)Initializes a new instance of the CalendarReader class

Properties

NameDescription
currentCurrent read event.
versionGets the Version of calendar.
countGets the number of Vevent components.
is_multi_eventsGets whether calendar contains multi events.
methodGets the iCalendar object method type associated with the calendar object.

Methods

NameDescription
load_as_multiple()
next_event()

See Also