Current section
Files
Jump to
Current section
Files
README.md
# Excal
[](https://travis-ci.org/peek-travel/excal) [](https://codecov.io/gh/peek-travel/excal) [](https://hex.pm/packages/excal) [](LICENSE.md)
NIF bindings to [libical](https://libical.github.io/libical/) for Elixir.
This library is a **WIP**!
## Requirements
Excal requires that libical be present on your system, and that it's the very latest version. This effectively means that
you need to build it from source. I'll include instructions on how to accomplish this soon.
## Installation
The package can be installed by adding `excal` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:excal, "~> 0.1.0"}
]
end
```
Documentation can be found at [https://hexdocs.pm/excal](https://hexdocs.pm/excal).