VCalendar ParserVCalendar 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: 2025.1.9.0
The returned calendar may be a vCalendar 1.0 or an iCalendar 2.0 object. Check the Version property to find out.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public VCalendar? VCalendar { get; }VB
Public ReadOnly Property VCalendar As VCalendar
GetC++
public:
property VCalendar^ VCalendar {
VCalendar^ get ();
}F#
member VCalendar : VCalendar with getProperty Value
VCalendarThe 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.