UNPKG

icalendar-events

Version:

A RFC5545 compliant parser for iCalendar VEVENT with time zone support and accurate recurring events generation.

3 lines 148 B
import { Interval } from 'luxon'; export declare function parseICalPeriod(line: string): Interval[]; //# sourceMappingURL=parse-ical-period.d.ts.map