Packages

Cocktail is a date/time recurrence library for Elixir based on iCalendar events. It can generate a stream of dates/times based on a set of repeat rules.

Current section

Files

Jump to
cocktail lib cocktail builder json.ex
Raw

lib/cocktail/builder/json.ex

defmodule Cocktail.Builder.JSON do
@moduledoc """
Build JSON strings and maps from schedules.
This should be the reverse of `Cocktail.Parser.JSON`.
TODO: write long description
"""
# TODO: build a JSON representation of a schedule
end