diff options
author | Benjamin Kiessling <mittagessen@l.unchti.me> | 2012-01-01 22:24:34 +0100 |
---|---|---|
committer | Benjamin Kiessling <mittagessen@l.unchti.me> | 2012-01-01 22:24:34 +0100 |
commit | cdb3ffdd1bb799999e1d69c1a80ad101423f71de (patch) | |
tree | 961ca6aa0452818aa060f70f9a31b65ea65c3e9f /slideshows/default | |
parent | 86e9e03925dcdc62024563c1906bb4700933b827 (diff) |
Sample ical source for events.js
Diffstat (limited to 'slideshows/default')
-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 } |