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

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: 30 Jun 2019

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 (11)

  1. gmap >= "0.3.0"
  2. ppx_deriving
  3. ptime
  4. rresult
  5. astring
  6. uri
  7. re
  8. angstrom < "0.14.0"
  9. fmt
  10. dune >= "1.3"
  11. ocaml >= "4.05.0" & < "5.0.0"

Dev Dependencies (1)

  1. alcotest with-test & < "1.0.0"

Used by (1)

  1. caldav

Conflicts

None