freeBusyProperties property

List<FreeBusyProperty> freeBusyProperties

Retrieves the list of free busy entries

Implementation

List<FreeBusyProperty> get freeBusyProperties =>
    getProperties<FreeBusyProperty>(FreeBusyProperty.propertyName).toList();
void freeBusyProperties=(List<FreeBusyProperty> value)

Set the free busy entries

Implementation

set freeBusyProperties(List<FreeBusyProperty> value) =>
    setOrRemoveProperties(FreeBusyProperty.propertyName, value);