No description
Find a file
Richard Steinmetz 530899e40c
Merge pull request #1006 from nextcloud/chore/drop-playwright
chore: dop playwright dependency
2026-03-20 18:11:36 +01:00
.github ci(node-test): do not install playwright and do not build package 2026-03-20 17:55:53 +01:00
LICENSES ci(reuse): Add reuse check 2024-10-28 20:21:54 +01:00
src Merge pull request #999 from nextcloud/feat/implement-proper-acl-checks 2026-03-11 11:39:18 -04:00
test chore(reuse): add missing license information 2026-03-20 18:01:30 +01:00
.editorconfig docs(reuse): Add SPDX header 2024-10-28 20:21:15 +01:00
.eslintrc.cjs docs(reuse): Add SPDX header 2024-10-28 20:21:15 +01:00
.gitattributes docs(reuse): Add SPDX header 2024-10-28 20:21:15 +01:00
.gitignore docs(reuse): Add SPDX header 2024-10-28 20:21:15 +01:00
AUTHORS.md docs(reuse): Add SPDX header 2024-10-28 20:21:15 +01:00
CHANGELOG.md chore(release): v2.2.0 [skip ci] 2026-03-12 09:22:49 +00:00
LICENSE Initial commit 2018-01-13 14:46:32 +01:00
Makefile docs(reuse): Add SPDX header 2024-10-28 20:21:15 +01:00
package-lock.json chore: dop playwright dependency 2026-03-20 18:06:34 +01:00
package.json chore: dop playwright dependency 2026-03-20 18:06:34 +01:00
README.md docs(readme): Add reuse badge 2024-10-28 20:23:44 +01:00
renovate.json chore(renovate): fix config syntax 2025-10-08 10:21:15 +02:00
REUSE.toml chore(reuse): add missing license information 2026-03-20 18:01:30 +01:00
vite.config.js test: run tests with JSDOM instead of browsers 2026-03-20 17:22:22 +01:00

cdav-library

REUSE status NPM Version

📅 📇 CalDAV and CardDAV client library for JavaScript

Build the library

# install dependencies
npm install

# build for dev and watch changes
npm run watch

# build for dev
npm run dev

# build for production with minification
npm run build

Running tests

You can use the provided npm command to run all tests by using:

npm run test

✌️ Code of conduct

The Nextcloud community has core values that are shared between all members during conferences, hackweeks and on all interactions in online platforms including Github and Forums. If you contribute, participate or interact with this community, please respect our shared values. 😌

❤️ How to create a pull request

This guide will help you get started: