0.10.0-RockBlock • Published 6 years ago

rockblock-ical v0.10.0-RockBlock

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 years ago

npm.io

rockblock-ical

The RockBlock iCalendar Parser (rockblock-ical) is a fork of node-ical with some changes for RockBlock. If you want to parse iCalendar files please consider using node-ical or another Node.js iCalendar parser.

This specific version was forked at version 0.9.2 commit 9baa905. It has been bumped to 0.10.0 with a bit of refactoring but does not contain TypeScript support.

This tool is almost exactly the same as node-ical except for:

  • Uses changes introduced in this PR
  • Uses Moment.js instead of the built in date

All dates are returned as Moment.js date objects instead of Date.

I created this so that RockBlock would always parse and return timestamps in the correct timezone. This is done by replacing the old buggy JavaScript date object with moment-timezone.

Authors

This project is a wonderful product of the combined effort of many individuals, check out node-ical! This repository is simply a fork that changes some stuff to better suit RockBlock.

License

This project is licensed under Apache License 2.0, the same license used in node-ical. For some reason the original node-ical project does not contain some required notices but I have added them to this version. More info in the LICENSE file.

"You can do what you like with the software, as long as you include the required notices. This permissive license contains a patent license from the contributors of the code." - tl;drLegal

0.10.0-RockBlock

6 years ago

0.9.2-RockBlock

6 years ago