Skip to main content

getRecurrenceRuleText

Admin Docs


Function: getRecurrenceRuleText()

getRecurrenceRuleText(recurrence, startDate, endDate?): string

Defined in: src/utils/recurrenceUtils/recurrenceUtilityFunctions.ts:104

Generates a human-readable description of the recurrence rule

Parameters

recurrence

InterfaceRecurrenceRule

The recurrence rule

startDate

Date

The event start date

endDate?

Date

Returns

string

Human-readable description