Implement public actor ICS endpoint and event ICS export

Closes #83 and #84

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-03-06 17:07:42 +01:00
parent 4d47eb5c78
commit d3e2f28b49
9 changed files with 208 additions and 31 deletions

View File

@@ -65,7 +65,8 @@ defmodule Mobilizon.Mixfile do
{:geo, "~> 3.0"},
{:geo_postgis, "~> 3.1"},
{:timex, "~> 3.0"},
{:icalendar, "~> 0.6"},
# Waiting for https://github.com/lpil/icalendar/pull/29
{:icalendar, git: "git@framagit.org:tcit/icalendar.git"},
{:exgravatar, "~> 2.0.1"},
{:httpoison, "~> 1.0"},
{:json_ld, "~> 0.3"},