https://github.com/developermindset-com/icalts
iCal parser written in pure typescript
https://github.com/developermindset-com/icalts
calendar ical icalendar ics json node parser rfc5545 typescript
Last synced: 9 months ago
JSON representation
iCal parser written in pure typescript
- Host: GitHub
- URL: https://github.com/developermindset-com/icalts
- Owner: DeveloperMindset-com
- License: mit
- Created: 2021-01-18T01:35:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T17:42:12.000Z (10 months ago)
- Last Synced: 2025-04-01T18:47:28.359Z (10 months ago)
- Topics: calendar, ical, icalendar, ics, json, node, parser, rfc5545, typescript
- Language: TypeScript
- Homepage:
- Size: 3.68 MB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# ICALTS
[](./LICENSE)
[](https://www.npmjs.com/package/icalts)
[](https://npmcharts.com/compare/icalts?minimal=true)
[](https://npmcharts.com/compare/icalts?minimal=true)
[](https://github.com/eugenehp/icalts/watchers)
[](https://github.com/eugenehp/icalts/stargazers)
[](https://github.com/eugenehp/icalts/network/members)
[](https://github.com/eugenehp/icalts/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Abug)
[](https://github.com/eugenehp/icalts/issues)
[](https://github.com/eugenehp/icalts/pulls)

[](https://codecov.io/gh/eugenehp/icalts)
[RFC5545](https://tools.ietf.org/html/rfc5545) implementation in pure TypeScript.
Inspired by [ical.js](https://github.com/mozilla-comm/ical.js#readme) and [ical2json](https://github.com/adrianlee44/ical2json)
Thanks to [ical.js](https://github.com/mozilla-comm/ical.js/tree/master/samples) repository for samples of `ics` files.
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
[MIT](https://github.com/eugenehp/icalts/blob/main/LICENSE)
Copyright (c) 2021-2024 Eugene Hauptmann