tcal
v0.1.0-beta.1
Published
Javascript parser for ics (rfc5545) and vcard (rfc6350) data
Downloads
63
Maintainers
Readme
ical.ts - TypeScript parser for iCalendar, jCal, vCard, jCard.
A fork of https://github.com/kewisch/ical.js. Based on #3553349.
This is a library to parse the formats defined in the following rfcs and their extensions:
npm
yarn add tcal
Register timezones
import { TimezoneService } from 'tcal';
import tzdata from 'tcal/timezones.json';
TimezoneService.registerTimezones(tzdata);
License
ical.js is licensed under the Mozilla Public License, version 2.0.