Skip to content
ICalendar parser for Elixir.
Elixir
Latest commit 970d2e4 Jun 27, 2016 @fazibear committed on GitHub Merge pull request #3 from leesharma/fix_date_formats
Fix DateParser date/timezone formats
Failed to load latest commit information.
config initial commit Mar 17, 2016
lib Update formatting/whitespace for consistency Jun 11, 2016
test Fix pattern-matching coverage for DateParser.parse/2 Jun 11, 2016
.gitignore add docs Mar 18, 2016
.travis.yml change otp Mar 18, 2016
LICENSE add license Mar 18, 2016
README.md fix hex badge Mar 25, 2016
mix.exs bump version Apr 11, 2016
mix.lock fix mix.exs Mar 18, 2016

README.md

ExIcal Package Version Build Status

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.0.1"}]
  end

Usage

  HTTPotion.get("url-for-icalendar").body
    |> ExIcal.parse
    |> ExIcal.by_range(Date.now, Date.now |> Date.shift(days: 7))
Something went wrong with that request. Please try again.