UNPKG

icalendar-events

Version:

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

4 lines (3 loc) 131 B
export { ICalendarEvents } from './icalendar-events.js'; export { RRule } from './rrule.js'; export { VEvent } from './vevent.js';