Javascript parser for ics (rfc5545) and vcard (rfc6350) data
npm install tcalA 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:
- rfc 5545 (iCalendar)
- rfc7265 (jCal)
- rfc6350 (vCard)
- rfc7095 (jCard)
```
yarn add tcal
`ts``
import { TimezoneService } from 'tcal';
import tzdata from 'tcal/timezones.json';
TimezoneService.registerTimezones(tzdata);
ical.js is licensed under the
Mozilla Public License, version 2.0.