VCalendar Parser(VCalendar) Constructor
This version of the constructor is used when parsing calendar data that is to be stored in an
existing vCalendar/iCalendar instance.
Definition
Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
protected VCalendarParser(
VCalendar calendar
)VB
Protected Sub New (
calendar As VCalendar
)C++
protected:
VCalendarParser(
VCalendar^ calendar
)F#
new :
calendar : VCalendar -> VCalendarParserParameters
- calendar VCalendar
- The existing calendar instance
Remarks
The properties in the passed calendar will be cleared
Exceptions
| ArgumentNullException | This is thrown if the specified calendar object is null |