CalendarReader

CalendarReader class

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

Constructors

NameDescription
CalendarReader (4 overloads)Initializes a new instance of CalendarReader with source file and default Appointment LoadOptions .

Methods

NameDescription
get_CountGets the number of Vevent components.
get_CurrentCurrent read event.
get_IsMultiEventsGets whether calendar contains multi events.
get_MethodGets the iCalendar object method type associated with the calendar object.
get_VersionGets the Version of calendar.
LoadAsMultipleLoads a list of events from a calendar with multiple events.
NextEventReads next Event from source and save it to the Current.