recurring_events icon indicating copy to clipboard operation
recurring_events copied to clipboard

Elixir library for dealing with recurring events

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Build Status Coverage Status

RecurringEvents

RecurringEvents is an Elixir library providing recurring events support (duh!).

Documentation

API documentation is available at https://hexdocs.pm/recurring_events

Installation

The package can be installed as:

Add recurring_events to your list of dependencies in mix.exs:

def deps do
  [{:recurring_events, "~> 0.3.0"}]
end