ical-plus

1.0.1 • Public • Published

ical-plus

Pretty prints an iCalendar file.

Installation

npm i ical-plus

Usage

Provide an array of blacklisted terms and whether to log the excluded events.

const ical = require('ical-plus');
ical.print(ical.parseFile('file.ics'), ['blacklist'], printBlacklist);

Anything that is one character or shorter is automatically blacklisted.

Readme

Keywords

none

Package Sidebar

Install

npm i ical-plus

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

3.11 kB

Total Files

4

Last publish

Collaborators

  • borsched