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:
yarn add tcal
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.
Generated using TypeDoc