Function propertyValue

  • Handles escaping of property values that may contain:

    COLON (:), SEMICOLON (;), or COMMA (,)

    If any of the above are present the result is wrapped in double quotes.

    Parameters

    • value: string

      Raw property value

    Returns string

    Given or escaped value when needed

    Function

    ICAL.stringify.propertyValue

Generated using TypeDoc