All Projects → fazibear → ex_ical

fazibear / ex_ical

Licence: MIT License
ICalendar parser for Elixir.

Programming Languages

elixir
2628 projects

ExIcal Package Version Build Status Code Climate

Not ready yet!

iCalendar parser for Elixir.

Installation

Add ex_ical to your list of dependencies in mix.exs:

  def deps do
    [{:ex_ical, "~> 0.1.0"}]
  end

Usage

  HTTPotion.get("url-for-icalendar").body
    |> ExIcal.parse
    |> ExIcal.by_range(Date.now, Date.now |> Date.shift(days: 7))

Thank you!

Become Patreon

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].