Calendar: Relative links on website, absolute in ical

This commit is contained in:
Stefan Schlott 2018-02-27 09:31:12 +01:00
parent 981a7644df
commit 99a506481c
5 changed files with 82 additions and 78 deletions

View file

@ -14,7 +14,7 @@ def event(day, dayoffset, title, location)
'title' => title,
'startdate' => startDate,
'duration' => '4h',
'url' => 'https://www.cccs.de/about/stammtisch/',
'url' => '/about/stammtisch/',
'location' => {
'location' => location
}