Skip to main content

system.kanoa.schedule.convertRecurringRuleToText

This function requires KanoaOPS module

Description

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

Syntax

convertRecurringRuleToText(rruleStr)
  • Parameters
      rruleStr (string) - Recurring rule string.
  • Returns
      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)