package icalendar

  1. Overview
  2. Docs
A library to parse and print the iCalendar (RFC 5545) format

Install

Dune Dependency

Authors

Maintainers

Sources

icalendar-v0.1.3.tbz
sha256=c99e0560eeb534e5a8f567f127d42885cc557ef3c2d095b113276b0b88100697
sha512=ba2c1026753442c35943a86e18be826ac69894449717d61c2cc5d3380662e449d28617a1b5b937adbc7cb6a2556ff60448f700653db32a402d58c821162ab1a3

CHANGES.md.html

v0.1.3 (2019-11-10)

  • Allow PRODID (and other calprops) to be after the components in a calendar CalDavZAP uses such ics - and now interoperability works #5

v0.1.2 (2019-06-30)

  • Escape special characters in text values when generating ics string representation

  • Iana_param/X_param constructors take a string (pair of strings) as parameter (Iana_param of string -> param_value list icalparameter), instead of as value (Iana_param of string * param_value list icalparameter). (Iana_param "X-FOO", "MY VALUE") and (Iana_param "X-BAR", "MY OTHER VALUE") are now distinct in a Param_map

v0.1.1 (2019-05-27)

  • Adapt to gmap 0.3.0 API changes.

v0.1.0 (2018-11-12)

  • initial release.