calendar: add hackens

This commit is contained in:
Raito Bezarius 2022-02-20 19:25:31 +01:00
parent a18072cc27
commit 139d7b40b1
2 changed files with 3 additions and 2 deletions

View file

@ -14,7 +14,7 @@
onMount(async () => { onMount(async () => {
const evts = await refreshEvents(); const evts = await refreshEvents();
options.events = evts[0]; options.events = evts.flat();
options = { ...options }; options = { ...options };
}); });

View file

@ -1,7 +1,8 @@
import ICAL from 'ical.js'; import ICAL from 'ical.js';
const calendarIds = [ const calendarIds = [
"5WrcagPPARQ3BD87" "5WrcagPPARQ3BD87",
"TFEAKjAgNFQZpNjo"
]; ];
function mkCalendarUrl(id) { function mkCalendarUrl(id) {