Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2021-12-14 22:10:58 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2021-12-14 22:15:30 +0300
commitab3d070ec841509fd2a2cc8eb615995b6ad13a03 (patch)
treefd31f5539b3e1a4470f04d2870e6a9e2d9be87b6 /src
parent1dd5bf8523c59e488f1f98ce1a4100db46e13f22 (diff)
Use @nextcloud/cdav-library from npm
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org> Closes #1887
Diffstat (limited to 'src')
-rw-r--r--src/services/cdav.js3
-rw-r--r--src/store/cdav-requests.js2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/services/cdav.js b/src/services/cdav.js
index 51b52601..d736e2be 100644
--- a/src/services/cdav.js
+++ b/src/services/cdav.js
@@ -22,10 +22,9 @@
*
*/
+import DavClient from '@nextcloud/cdav-library'
import { generateRemoteUrl } from '@nextcloud/router'
-import DavClient from 'cdav-library'
-
/**
* Function to create an XML http request with the correct
* headers
diff --git a/src/store/cdav-requests.js b/src/store/cdav-requests.js
index cd59b563..0ce81f4f 100644
--- a/src/store/cdav-requests.js
+++ b/src/store/cdav-requests.js
@@ -21,7 +21,7 @@
*/
'use strict'
-import { namespaces as NS } from 'cdav-library'
+import { namespaces as NS } from '@nextcloud/cdav-library'
/**
* Finds all VTODOs in a calendar with requested state and relation