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.2.tbz
sha256=5bb41c000a239d4e7c21d18992dd264e8879185f371bdfde55e307856bc08a7f
sha512=2ccc3b2dbc5d33c555c5c01fd72d0fb431388a3cb569a0e7d4ded15d1d71471204d1cebca50675f6cbd8487b88d34003f238fa7d9cfb996f95b8f8f68149339f

CHANGES.md.html

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.

OCaml

Innovation. Community. Security.