UNPKG

icalendar-events

Version:

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

7 lines (4 loc) 240 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'