corrected calendar url for google ical, added ext_ccc
This commit is contained in:
parent
d8c38758fe
commit
8065739b0b
|
@ -14,6 +14,7 @@ var path = require('path');
|
|||
|
||||
var spaceanswer = {
|
||||
api: "0.13",
|
||||
ext_ccc: "chaostreff",
|
||||
space: "Chaostreff Dortmund",
|
||||
logo: "http://www.chaostreff-dortmund.de/logo/logo_ctdo.svg",
|
||||
icon: {
|
||||
|
@ -48,8 +49,8 @@ var spaceanswer = {
|
|||
url: "https://www.chaostreff-dortmund.de/feed/"
|
||||
},
|
||||
calendar: {
|
||||
type: "text/calendar",
|
||||
url: "https://www.chaostreff-dortmund.de/events.ics" //TODO: Correct URL
|
||||
type: "ical",
|
||||
url: "https://calendar.google.com/calendar/ical/chaostreffdortmund%40googlemail.com/public/basic.ics"
|
||||
}
|
||||
},
|
||||
sensors: {
|
||||
|
|
Loading…
Reference in New Issue