excal v0.3.2 Excal View Source

Excal provides basic Elixir bindings to libical, the reference implementation of the iCalendar spec written in C.

There are currently two possible ways to use Excal:

Refer to either of the two modules above for documentation on how to use them.

Link to this section Summary

Types

Recurrence iterators and streams can operate using either Date or NaiveDateTime structs.

Link to this section Types

Link to this type

date_or_datetime() View Source
date_or_datetime() :: Date.t() | NaiveDateTime.t()

Recurrence iterators and streams can operate using either Date or NaiveDateTime structs.