VCalendarFree Busys 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: 2025.1.9.0
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.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public VFreeBusyCollection FreeBusys { get; }VB
Public ReadOnly Property FreeBusys As VFreeBusyCollection
GetC++
public:
property VFreeBusyCollection^ FreeBusys {
VFreeBusyCollection^ get ();
}F#
member FreeBusys : VFreeBusyCollection with getProperty Value
VFreeBusyCollectionIf the returned collection is empty, there are no free/busy items for the calendar. This property is only applicable to iCalendar 2.0 objects.