CalendarReader
Contents
[
Hide
]CalendarReader class
Allows read the calendar with multi events to the Appointment object from a file or stream.
Constructors
| Name | Description |
|---|---|
| CalendarReader (4 overloads) | Initializes a new instance of CalendarReader with source file and default Appointment LoadOptions . |
Methods
| Name | Description |
|---|---|
| get_Count | Gets the number of Vevent components. |
| get_Current | Current read event. |
| get_IsMultiEvents | Gets whether calendar contains multi events. |
| get_Method | Gets the iCalendar object method type associated with the calendar object. |
| get_Version | Gets the Version of calendar. |
| LoadAsMultiple | Loads a list of events from a calendar with multiple events. |
| NextEvent | Reads next Event from source and save it to the Current. |