VCalendarParserVCalendar Property

This is used to get the calendar parsed from the PDI data stream

Definition

Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VCalendar VCalendar { get; }

Property Value

VCalendar
The returned calendar may be a vCalendar 1.0 or an iCalendar 2.0 object. Check the Version property to find out.

Remarks

The calendar from prior calls to the parsing methods is not cleared automatically. Call VCalendar.ClearProperties before calling a parsing method if you do not want to retain the calendar information from prior runs.

See Also