Class ICalBuilder.FreeBusy

Enclosing class:
ICalBuilder

public static class ICalBuilder.FreeBusy extends ICalBuilder.Component
The iCalendar free/busy component class. Please see Section 3.6.4 of RFC 545 for a description of what properties are allowed in this component and the order in which they can occur. The properties must be added by providing them to a constructor and/or by using the methods ICalBuilder.Base.addProperty(String,String,boolean,String...) and ICalBuilder.Base.addProperty(String,String[],boolean,String...).
  • Constructor Details

    • FreeBusy

      public FreeBusy()
      Constructor.
    • FreeBusy

      public FreeBusy(String[] contents)
      Constructor with contents. Each element of the content array represents a line that starts with a property name. The lines are presumed to have special characters escaped when necessary. The content lines must not be 'folded'.
      Parameters:
      contents - the sequence of properties for this component
  • Method Details