Popularity
4.6
Stable
Activity
0.0
Stable
23
5
13
Monthly Downloads: 991
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.
-
Crontab
:alarm_clock: Parse Cron Expressions, Compose Cron Expression Strings and Caluclate Execution Dates. -
Ex_Cldr_Dates_Times
Date & times formatting functions for the Common Locale Data Repository (CLDR) package https://github.com/elixir-cldr/cldr -
jalaali
Jalaali (also known as Jalali, Persian, Khorshidi, Shamsi) calendar implementation in Elixir.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

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

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))