system.kanoa.schedule.convertRecurringRuleToText
Description
Takes the rruleStr string object and returns a human-readable text for displaying to the user.Syntax
convertRecurringRuleToText(rruleStr)- rruleStr (string) - Recurring rule string.
- Human-readable string.
Code Example
# Example Usage:
rrule_str = 'FREQ=WEEKLY;COUNT=5;BYDAY=MO,TU,WE'
recurring_text = system.kanoa.schedule.convertRecurringRuleToText(rrule_str)