package icalendar

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

Install

Dune Dependency

Authors

Maintainers

Sources

icalendar-0.1.7.tbz
sha256=4f88b5b211fb8e84c54ead56a2c50a134987e23b9cff418dcd289a6cfc1c25f5
sha512=e3ed8ad77b9aa767326c9520dd393d808a80c99847599aea281c3b11de6888776e951a6d95a872f0bee5d059b32169de99c4e4adf36aa2ddd65e345dff5f26fa

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: 23 Oct 2022

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