feat(export): add event status in iCalendar exports
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -27,6 +27,7 @@ defmodule Mobilizon.Service.ICalendarTest do
|
||||
GEO:#{event.physical_address |> Address.coords() |> Tuple.to_list() |> Enum.join(";")}
|
||||
LOCATION:#{Address.representation(event.physical_address)}
|
||||
ORGANIZER:#{event.organizer_actor.name}
|
||||
STATUS:#{event.status |> to_string() |> String.upcase()}
|
||||
SUMMARY:#{event.title}
|
||||
UID:#{event.uuid}
|
||||
URL:#{event.url}
|
||||
|
||||
Reference in New Issue
Block a user