UNPKG

icalendar-events

Version:

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

5 lines 277 B
export { type ICEvent } from './icevent.js'; export { ICalendarEvents, type iCalParserOptions } from './icalendar-events.js'; export { RRule, type Freq, type Weekday, type WeekdayNum } from './rrule.js'; export { VEvent } from './vevent.js'; //# sourceMappingURL=index.d.ts.map