diff options
Diffstat (limited to 'slideshows/default/events.js')
-rw-r--r-- | slideshows/default/events.js | 33 |
1 files changed, 4 insertions, 29 deletions
diff --git a/slideshows/default/events.js b/slideshows/default/events.js index cf6a751..0246330 100644 --- a/slideshows/default/events.js +++ b/slideshows/default/events.js @@ -1,30 +1,5 @@ -{ "type": "text", - "events": [ - { - "date": "14.10.2011", - "events": [ - { - "time": "ab 19Uhr", - "text": "sub:lounge" - }, - { - "time": "ab 20Uhr", - "text": "nasepopeln" - } - ] - }, - { - "date": "15.10.2011", - "events": [ - { - "time": "ab 19Uhr", - "text": "foobaren" - }, - { - "time": "ab 25Uhr", - "text": "barfooen" - } - ] - } -] +{ "type": "ical", + "url": "https://sublab.org:5232/calendars/events", + "before": 0, + "after": 44640 } |