forked from DGNum/metis
calendar: add hackens
This commit is contained in:
parent
a18072cc27
commit
139d7b40b1
2 changed files with 3 additions and 2 deletions
|
@ -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 };
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue