defmodule Calendars do @moduledoc """ Documentation for Calendars. This module provides the functions common to all calendars. It is a thin wrapper around the `Calixir` package. All of the calendars have a common set of functions that make it easier to access and to convert calenders. """ end