package icalendar

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

icalendar-0.1.12.tbz
sha256=f17f78bd084d1bbe8021a6b6fff16a568c26c0dc80333176f33fe6da246cd54a
sha512=edf7371febe51340e4b38f19dcb2bde19c5ec595a65907c61583865c3f6ea01085b59b807ca4d8f31c8110eb4d2c210aa4379aad997eb8dfec348ba0f488b6be

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: 04 Oct 2025

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.

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.10.0"

Dev Dependencies (1)

  1. alcotest with-test

Conflicts

None