tcal
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-beta.1 • Public • Published

ical.ts - TypeScript parser for iCalendar, jCal, vCard, jCard.

A fork of https://github.com/kewisch/ical.js. Based on #3553349.

📖 Documentations

CI Coverage Status

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.

Package Sidebar

Install

npm i tcal

Weekly Downloads

22

Version

0.1.0-beta.1

License

MPL-2.0

Unpacked Size

594 kB

Total Files

26

Last publish

Collaborators

  • proteria