An open API service indexing awesome lists of open source software.

https://github.com/svycal/calex

An Elixir library for encoding and decoding the iCalendar (iCal) data format.
https://github.com/svycal/calex

elixir ical

Last synced: 11 months ago
JSON representation

An Elixir library for encoding and decoding the iCalendar (iCal) data format.

Awesome Lists containing this project

README

          

# Calex [![Hex Docs](https://img.shields.io/hexpm/v/calex)](https://hexdocs.pm/calex/readme.html)

An Elixir library for encoding and decoding the [iCalendar (iCal)](https://datatracker.ietf.org/doc/html/rfc5545) data format.

Implementation based on the [Calibex](https://github.com/kbrw/calibex) library.

## Installation

Add `calex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:calex, "~> 0.1.0"}
]
end
```