Popularity
4.6
Declining
Activity
0.0
Stable
23
5
13

Monthly Downloads: 280
Programming language: Elixir
License: MIT License
Tags: Date And Time    

ex_ical alternatives and similar packages

Based on the "Date and Time" category.
Alternatively, view ex_ical alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ex_ical or a related project?

Add another 'Date and Time' Package

README

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