VCalendarParser(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: 2023.1.2.0
protected VCalendarParser(
	VCalendar calendar
)

Parameters

calendar  VCalendar
The existing calendar instance

Remarks

The properties in the passed calendar will be cleared

Exceptions

ArgumentNullExceptionThis is thrown if the specified calendar object is null

See Also