updated work calendar link

This commit is contained in:
Martin Donnelly 2016-02-19 16:10:20 +00:00
parent 31a01fbb0f
commit 70d7320c64

View File

@ -342,7 +342,7 @@ module.exports = {
}
try {
calHandler.getSimpleCalV2('https://calendar.google.com/calendar/ical/mt5pgdhknvgoc8usfnrso9vkv0%40group.calendar.google.com/public/basic.ics', function(v) {
calHandler.getSimpleCalV2('https://calendar.google.com/calendar/ical/mt5pgdhknvgoc8usfnrso9vkv0%40group.calendar.google.com/private-58876002af9f302a593acfa6fa792dcf/basic.ics', function(v) {
todayCache.data.cal.entries = todayCache.data.cal.entries.concat(v.entries) ;
});
}