diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-06-10 20:15:13 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-10-18 20:21:51 +0200 |
commit | f432dd2e2ea9fe4e7c19d5ea9d60481e662a0367 (patch) | |
tree | 69a867888c347607ba2e49c2040cb2594bc00491 /package.json | |
parent | 643e85cfe81ac079bd2e5bcf1a344a20319f48db (diff) | |
download | nextcloud-server-f432dd2e2ea9fe4e7c19d5ea9d60481e662a0367.tar.gz nextcloud-server-f432dd2e2ea9fe4e7c19d5ea9d60481e662a0367.zip |
Add scheduling availability settings
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 02b3cfc9d29..5dec076a411 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,7 @@ "dompurify": "^2.3.3", "escape-html": "^1.0.3", "handlebars": "^4.7.7", + "ical.js": "^1.4.0", "jquery": "~3.3", "jquery-migrate": "~3.3", "jquery-ui": "^1.13.0", @@ -74,6 +75,7 @@ "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.9", "underscore": "^1.12.0", "url-search-params-polyfill": "^8.1.1", + "uuid": "^8.3.2", "v-click-outside": "^3.1.2", "v-tooltip": "^2.1.3", "vue": "^2.6.14", |