Class Resources

All Implemented Interfaces:
PropAltText<List<String>>, PropLanguage<List<String>>, VProperty<List<String>>, VChild, VElement, VParent

public class Resources extends PropBaseAltText<List<String>, Resources>
RESOURCES RFC 5545 iCalendar 3.8.1.10. page 91 This property defines the equipment or resources anticipated for an activity specified by a calendar component. Examples: RESOURCES:EASEL,PROJECTOR,VCR RESOURCES;LANGUAGE=fr:Nettoyeur haute pression
Author:
David Bal The property can be specified in following components:
See Also:
  • Constructor Details

    • Resources

      public Resources(List<String> values)
    • Resources

      public Resources(String... values)
      Constructor with varargs of property values Note: Do not use to parse the content line. Use static parse method instead.
    • Resources

      public Resources(Resources source)
    • Resources

      public Resources()
  • Method Details