Magical
A better iCalendar parser for Elixir. Magical has full time zone support
(including for X-WR-TIMEZONE) and supports many common (but non-standard)
options such as X-WR-CALNAME and X-WR-DESC.
Installation
If available in Hex, the package can be installed
by adding ical to your list of dependencies in mix.exs:
def deps do
[
{:magical, "~> 0.1.1"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/magical.