Excal
NIF bindings to 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:
def deps do
[
{:excal, "~> 0.1.0"}
]
endDocumentation can be found at https://hexdocs.pm/excal.