VCalendarEvents Property
This is used to hold a set of event (VEVENT) objects associated with the calendar
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
If the returned collection is empty, there are no events for the calendar
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public VEventCollection Events { get; }VB
Public ReadOnly Property Events As VEventCollection
GetC++
public:
property VEventCollection^ Events {
VEventCollection^ get ();
}F#
member Events : VEventCollection with getProperty Value
VEventCollectionIf the returned collection is empty, there are no events for the calendar