Function parse

  • Parses iCalendar or vCard data into a raw jCal object. Consult documentation on the {@tutorial layers|layers of parsing} for more details.

    Parameters

    • input: string

      The string data to parse

    Returns string | ParseComponent

    A single jCal object, or an array thereof

    Function

    ICAL.parse

    Memberof

    ICAL

    Variation

    function

    Todo

    Fix the API to be more clear on the return type

Generated using TypeDoc