See also TimeService

Hierarchy

  • CalendarUtils

Constructors

Methods

  • Parses raw Internet Calendar (RFC 5545) text lines.

    Lines split on multiple lines will be unfold as one.

    Fixme

    From the RFC: "It is possible for very simple implementations to generate improperly folded lines in the middle of a UTF-8 multi-octet sequence. For this reason, implementations need to unfold lines in such a way to properly restore the original sequence."

    Parameters

    • rows: readonly string[]

    Returns readonly string[]

Generated using TypeDoc