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: 2023.1.2.0
public VEventCollection Events { get; }

Property Value

VEventCollection
If the returned collection is empty, there are no events for the calendar

See Also