Skip to main content

system.kanoa.schedule.convertRecurringRuleToText(rruleStr)

Takes the rruleStr string object and returns human readable text for displaying to the user


Parameters

rruleStr String


Returns

label String


Example

rruleStr = 'FREQ=WEEKLY;COUNT=5;BYDAY=MO,TU,WE'
print system.kanoa.schedule.convertRecurringRuleToText(rruleStr)
> Repeats every 5 weeks on Monday, Tuesday, Wednesday