View Source Mobilizon.Service.Export.Participants.CSV (Mobilizon v5.0.0-beta.1)

Export a list of participants to CSV

Summary

Functions

@spec clean_exports() :: :ok

Clean outdated files in export folder

@spec dependencies_ok?() :: boolean()
@spec enabled?() :: boolean()
Link to this function

export(event, options \\ [])

View Source
@spec export(Mobilizon.Events.Event.t(), Keyword.t()) ::
  {:ok, String.t()}
  | {:error, :failed_to_save_upload | :export_dependency_not_installed}
@spec ready?() :: boolean()