Sdílet prostřednictvím


Recurrence type

Model opakování.

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