Skip to main content

system.kanoa.schedule.convertRecurringRuleToText

Requires kanoaOPS license

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:
  • readableText (string): Human-readable string.
  • Code Examples

    # Example Usage:
    rrule_str = 'FREQ=WEEKLY;COUNT=5;BYDAY=MO,TU,WE'
    recurring_text = system.kanoa.schedule.convertRecurringRuleToText(rrule_str)