Interface PropFreeBusy<T>

All Superinterfaces:
VChild, VElement, VParent, VProperty<T>
All Known Implementing Classes:
FreeBusyTime, NonStandardProperty, UnknownProperty

public interface PropFreeBusy<T> extends VProperty<T>
  • Method Details

    • getFreeBusyType

      FreeBusyType getFreeBusyType()
      FBTYPE: Incline Free/Busy Time Type RFC 5545, 3.2.9, page 20 To specify the free or busy time type. Values can be = "FBTYPE" "=" ("FREE" / "BUSY" / "BUSY-UNAVAILABLE" / "BUSY-TENTATIVE"
    • setFreeBusyType

      void setFreeBusyType(FreeBusyType freeBusyType)