Function component

  • Converts an jCal component array into a ICAL string. Recursive will resolve sub-components.

    Exact component/property order is not saved all properties will come before subcomponents.

    Parameters

    • component: any[]

      jCal/jCard fragment of a component

    • designSet: DesignSet

      The design data to use for this component

    Returns string

    The iCalendar/vCard string

    Function

    ICAL.stringify.component

Generated using TypeDoc