@hackage iCalendar0.0
Parser for iCalendar format (RFC2445)
Categories
License
BSD-3-Clause
Maintainer
Eelco Lempsink <eml+hackage@tupil.com>
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (3)
Dependents (2)
@hackage/servant-iCalendar, @hackage/acme-everything
Parser for the iCalendar format (version 2.0, RFC2445).
Features:
Unfolds folded lines (see RFC)
Supports all IANA iCalendar tokens
Warning! This is version 0.0, important things are missing
Property and parameter values are not parsed, but kept as in the file.
There are no restrictions on the properties components can have.
Line unfolding causes error messages to report the wrong line.
This package is meant to grow to a full-fledged data definition, printer and parser for the iCalendar format. But that will probably take some time. So, if you've come here because you need this, please e-mail me (Eelco Lempsink).