Skip to content

pbogut/recurring_events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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