Skip to content

fazibear/ex_ical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ICalendar parser for Elixir.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages