diff --git a/src/App.svelte b/src/App.svelte index 98ebc05..3ac847c 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -14,7 +14,7 @@ onMount(async () => { const evts = await refreshEvents(); - options.events = evts[0]; + options.events = evts.flat(); options = { ...options }; }); diff --git a/src/calendar.js b/src/calendar.js index e8a418b..1ddb655 100644 --- a/src/calendar.js +++ b/src/calendar.js @@ -1,7 +1,8 @@ import ICAL from 'ical.js'; const calendarIds = [ - "5WrcagPPARQ3BD87" + "5WrcagPPARQ3BD87", + "TFEAKjAgNFQZpNjo" ]; function mkCalendarUrl(id) {