feat(export): add event status in iCalendar exports
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -127,6 +127,7 @@ defmodule Mobilizon.Service.Export.ICalendar do
|
||||
description: HTML.strip_tags(event.description),
|
||||
uid: event.uuid,
|
||||
url: event.url,
|
||||
status: event.status,
|
||||
organizer: organizer(event)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user