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.0.tbz
md5=78712da632d9faa5de197edababae369

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: 12 Nov 2018

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

None

Conflicts

None