updated calendar to have today, tomorrow and this week
This commit is contained in:
parent
18b382f626
commit
a18e86e1bc
42
lib/today.js
42
lib/today.js
@ -206,47 +206,7 @@ module.exports = {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
/*calHandler.getSimpleCalV3(
|
|
||||||
'https://calendar.google.com/calendar/ical/martind2000%40gmail.com/private-40cfebc9f7dcfa7fde6b9bf2f0092c93/basic.ics')
|
|
||||||
.then((d) => {
|
|
||||||
'use strict';
|
|
||||||
todayCache.data.cal.entries = todayCache.data.cal.entries.concat(d.entries);
|
|
||||||
})
|
|
||||||
.catch((e) => {
|
|
||||||
'use strict';
|
|
||||||
logger.error(e);
|
|
||||||
});
|
|
||||||
calHandler.getSimpleCalV3(
|
|
||||||
'https://calendar.google.com/calendar/ical/mt5pgdhknvgoc8usfnrso9vkv0%40group.calendar.google.com/private-58876002af9f302a593acfa6fa792dcf/basic.ics')
|
|
||||||
.then((d) => {
|
|
||||||
'use strict';
|
|
||||||
todayCache.data.cal.entries = todayCache.data.cal.entries.concat(d.entries);
|
|
||||||
})
|
|
||||||
.catch((e) => {
|
|
||||||
'use strict';
|
|
||||||
logger.error(e);
|
|
||||||
});
|
|
||||||
calHandler.getSimpleCalV3(
|
|
||||||
'https://www.tripit.com/feed/ical/private/DB96E4BB-94A9BD8F9CC1CF51C6CC0D920840F4F5/tripit.ics')
|
|
||||||
.then((d) => {
|
|
||||||
'use strict';
|
|
||||||
todayCache.data.cal.entries = todayCache.data.cal.entries.concat(d.entries);
|
|
||||||
})
|
|
||||||
.catch((e) => {
|
|
||||||
'use strict';
|
|
||||||
logger.error(e);
|
|
||||||
});
|
|
||||||
calHandler.getSimpleCalV3(
|
|
||||||
'https://calendar.google.com/calendar/ical/en.uk%23holiday%40group.v.calendar.google.com/public/basic.ics')
|
|
||||||
.then((d) => {
|
|
||||||
'use strict';
|
|
||||||
todayCache.data.cal.entries = todayCache.data.cal.entries.concat(d.entries);
|
|
||||||
})
|
|
||||||
.catch((e) => {
|
|
||||||
'use strict';
|
|
||||||
logger.error(e);
|
|
||||||
});
|
|
||||||
*/
|
|
||||||
swedishWord.getSwedishWord()
|
swedishWord.getSwedishWord()
|
||||||
.then((d) => {
|
.then((d) => {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
Loading…
Reference in New Issue
Block a user