All Implemented Interfaces:
PropDateTime<Set<Temporal>>, VProperty<Set<Temporal>>, VChild, VElement, VParent

public class ExceptionDates extends PropertyBaseRecurrence<ExceptionDates>
EXDATE Exception Date-Times RFC 5545 iCalendar 3.8.5.1, page 117. This property defines the list of DATE-TIME exceptions for recurring events, to-dos, journal entries, or time zone definitions.
See Also:
  • Constructor Details

    • ExceptionDates

      public ExceptionDates(Temporal... temporals)
    • ExceptionDates

      public ExceptionDates(ExceptionDates source)
    • ExceptionDates

      public ExceptionDates(Set<Temporal> value)
    • ExceptionDates

      public ExceptionDates()
  • Method Details

    • parse

      public static ExceptionDates parse(String content)
      Parse string to Temporal. Not type safe. Implementation must ensure parameterized type is the same as date-time represented by String parameter
    • parse

      public static ExceptionDates parse(Class<? extends Temporal> clazz, String content)
      Parse string with Temporal class Exceptions provided as parameter