Dela via


Recurrence type

Modell för upprepning.

type Recurrence =
  | RecurrenceParent
  | DailyRecurrence
  | HourlyRecurrence
  | MonthlyRecurrenceByWeekDays
  | MonthlyRecurrenceByDates
  | RecurrenceWithCron
  | WeeklyRecurrence