VCalendarFreeBusys Property

This is used to hold a set of free/busy (VFREEBUSY) 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 VFreeBusyCollection FreeBusys { get; }

Property Value

VFreeBusyCollection
If the returned collection is empty, there are no free/busy items for the calendar. This property is only applicable to iCalendar 2.0 objects.

See Also