VCalendarParser.VCalendar Property
This is used to get the calendar parsed from the PDI data stream
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public VCalendar? VCalendar { get; }
Public ReadOnly Property VCalendar As VCalendar
Get
public:
property VCalendar^ VCalendar {
VCalendar^ get ();
}
member VCalendar : VCalendar with get
Property Value
VCalendarThe returned calendar may be a vCalendar 1.0 or an iCalendar 2.0 object. Check the
Version property to find out.
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.