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.8.tbz
sha256=6fea0a85b667d51c9b69a613d0c3f19e744c4bbef3a7165cfead273a94cf16c3
sha512=2aaf4e9067fb2cc5f4f03263a43f0fd1396b54c4458e0ac7dedcbdead04a920aaae424e5da3141b3ba3286b7b476afd1c88746f0b64bed6f53f316dcf1328420

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: 14 Mar 2024

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