Meeting calendar entries with url

This commit is contained in:
Stefan Schlott 2014-12-10 12:21:06 +01:00
parent c82bd1f142
commit 4dbc6d46b9
2 changed files with 26 additions and 0 deletions

View file

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