Add icalendar files (fixes #2147)

This commit is contained in:
Sasi Olin 2021-02-14 22:56:45 +01:00 committed by Henne Vogelsang
parent 32164c47db
commit d540092bfc
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0
6 changed files with 80 additions and 0 deletions

View file

@ -219,6 +219,8 @@ Osem::Application.routes.draw do
get '/admin' => redirect('/admin/conferences')
get '/calendar' => 'conferences#calendar'
unless ENV['OSEM_ROOT_CONFERENCE'].blank?
root to: redirect("/conferences/#{ENV['OSEM_ROOT_CONFERENCE']}")
else