Added: simple parse iCal attachment to store in Nextcloud calendar

This commit is contained in:
the-djmaze 2022-10-29 17:04:18 +02:00
parent 00001c758d
commit 23b5de06b1
2 changed files with 72 additions and 13 deletions

View file

@ -42,6 +42,7 @@ const
headers: {}
}, options);
options.headers.requesttoken = parent.OC.requestToken;
// cfg.UID = document.head.dataset.user
return fetch(cfg.WebDAV + '/' + mode + '/' + cfg.UID + path, options);
},