Class RecurrenceList

java.lang.Object
org.dmfs.rfc5545.recurrenceset.AbstractRecurrenceAdapter
org.dmfs.rfc5545.recurrenceset.RecurrenceList

@Deprecated public final class RecurrenceList extends AbstractRecurrenceAdapter
Deprecated.
A concrete AbstractRecurrenceAdapter for lists of instances. You can provide the instances in a String or in an array of longs.
  • Constructor Details

    • RecurrenceList

      public RecurrenceList(String list, TimeZone timeZone)
      Deprecated.
      Create an adapter for the instances in list.
      Parameters:
      list - A comma separated list of instances using the date-time format as defined in RFC 5545.
      timeZone - The time zone to apply to the instances.
    • RecurrenceList

      public RecurrenceList(org.dmfs.rfc5545.calendarmetrics.CalendarMetrics calendarMetrics, String list, TimeZone timeZone)
      Deprecated.
      Create an adapter for the instances in list.
      Parameters:
      calendarMetrics - The calendar scale to use.
      list - A comma separated list of instances using the date-time format as defined in RFC 5545.
      timeZone - The time zone to apply to the instances.
    • RecurrenceList

      public RecurrenceList(long[] instances)
      Deprecated.
      Create an adapter for the instances in list.
      Parameters:
      instances - An array of instance time stamps in milliseconds.