VCalendarFreeBusys Property
This is used to hold a set of free/busy (VFREEBUSY) objects associated with the calendar
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VFreeBusyCollection FreeBusys { get; }
Public ReadOnly Property FreeBusys As VFreeBusyCollection
Get
public:
property VFreeBusyCollection^ FreeBusys {
VFreeBusyCollection^ get ();
}
member FreeBusys : VFreeBusyCollection with get
Property 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.