Function value

  • Processes a single ical value runs the associated "toICAL" method from the design value type if available to convert the value.

    Parameters

    • value: string | number

      A formatted value

    • type: string

      Lowercase iCalendar/vCard value type (like boolean, date-time, etc..)

    • designSet: DesignSet
    • structuredValue: any

    Returns string

    iCalendar/vCard value for single value

    Function

    ICAL.stringify.value

Generated using TypeDoc