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.5.tbz
sha256=934327b0c361e04e0931b48e40bea7cd3bfdabb2663b0ed06a2e04f86ff873a6
sha512=ed3ea6a25d97a2e847c49425b20d4bed480df237589b0cc302e1c3cbb4d8fc8291cfb5e225e082b58c8bdbf43a969a9991915ac55c1e6122754751f0091558c3

Description

Parse and print .ics files as specified in RFC 5545. Supports recurrent events, but only to the day level of detail. Does not support vJournal components.

Tags

org:mirage org:robur

Published: 02 Nov 2021

README

iCalendar library

A library to parse and print the iCalendar (.ics) format as specified in RFC5545. Supports recurrent events, but only to the day level of detail. Does not support vJournal components.

Dependencies (9)

  1. gmap >= "0.3.0"
  2. ppx_deriving
  3. ptime
  4. uri
  5. re >= "1.7.2"
  6. angstrom >= "0.14.0"
  7. fmt
  8. dune >= "1.3"
  9. ocaml >= "4.08.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by (2)

  1. caldav >= "0.1.1"
  2. erssical >= "1.1.0"

Conflicts

None