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

public class RecurrenceDates extends PropertyBaseRecurrence<RecurrenceDates>
RDATE Recurrence Date-Times RFC 5545 iCalendar 3.8.5.2, page 120. This property defines the list of DATE-TIME values for recurring events, to-dos, journal entries, or time zone definitions. NOTE: DOESN'T CURRENTLY SUPPORT PERIOD VALUE TYPE
See Also:
  • Constructor Details

    • RecurrenceDates

      public RecurrenceDates(Temporal... temporals)
    • RecurrenceDates

      public RecurrenceDates(RecurrenceDates source)
    • RecurrenceDates

      public RecurrenceDates(Set<Temporal> value)
    • RecurrenceDates

      public RecurrenceDates()
  • Method Details

    • parse

      public static RecurrenceDates 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 RecurrenceDates parse(Class<? extends Temporal> clazz, String content)
      Parse string with Temporal class Exceptions provided as parameter