CalendarReader
Contents
[
Hide
]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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| current | Current read event. |
| version | Gets the Version of calendar. |
| count | Gets the number of Vevent components. |
| is_multi_events | Gets whether calendar contains multi events. |
| method | Gets the iCalendar object method type associated with the calendar object. |
Methods
| Name | Description |
|---|---|
| load_as_multiple() | |
| next_event() |
See Also
- namespace aspose.email.calendar
- assembly Aspose.Email