Class IcalTranslator.Pars

java.lang.Object
org.bedework.convert.IcalTranslator.Pars
Enclosing class:
IcalTranslator

public static class IcalTranslator.Pars extends Object
We'll use this to parameterize some of the behaviour
  • Field Details

    • simpleLocation

      public boolean simpleLocation
      Support simple location only. Many iCalendar-aware applications only support a simple string valued location.

      If this value is true we only pass the address part of the location and provide an altrep which will allow (some) clients to retrieve the full form of a location.

    • simpleContact

      public boolean simpleContact
      Support simple contacts only.
  • Constructor Details

    • Pars

      public Pars()