#ical #vcard #writer #fold

content-line-writer

Writer for icalendar/vcard content lines

4 releases

0.2.2 Mar 24, 2025
0.2.1 Mar 17, 2025
0.2.0 Mar 10, 2025
0.1.0 Aug 15, 2024

#215 in Date and time

Download history 1/week @ 2024-12-09 7/week @ 2025-02-03 117/week @ 2025-03-10 122/week @ 2025-03-17 128/week @ 2025-03-24

367 downloads per month

ISC license

26KB
569 lines

content-line-writer

Source | Docs | Issues | Patches | Chat

This Rust library implements writing of content lines for iCalendar and vCard files. It handles the lower-level details of these formats, including folding continuation lines.

The initial scope includes two usages:

  • Converting JSCalendar into iCalendar.
  • Fixing some types of errors in non-compliant iCalendar files.

It does not handle any of the semantics of iCalendar and vCard; it only handles the syntax of content lines.

Requirements

This library requires Rust and Cargo to built. It has no additional build or runtime dependencies.

Documentation

The documentation can be built with cargo doc.

Licence

This project is licensed under the ISC licence. See LICENCE for details.

No runtime deps