Function multiValue

  • Converts an array of ical values into a single string based on a type and a delimiter value (like ",").

    Parameters

    • values: any[]

      List of values to convert

    • delim: string

      Used to join the values (",", ";", ":")

    • type: string

      Lowercase ical value type (like boolean, date-time, etc..)

    • innerMulti: undefined | string

      If set, each value will again be processed. Used for structured values

    • designSet: DesignSet

      The design data to use for this property

    • Optional structuredValue: any

    Returns string

    iCalendar/vCard string for value

    Function

    ICAL.stringify.multiValue

Generated using TypeDoc