No description
Find a file
Sebastian Krupinski 370e08e714
Merge pull request #983 from nextcloud/renovate/actions-checkout-digest
chore(deps): bump actions/checkout digest to 34e1148
2025-11-30 23:00:44 -05:00
.github Merge pull request #983 from nextcloud/renovate/actions-checkout-digest 2025-11-30 23:00:44 -05:00
LICENSES ci(reuse): Add reuse check 2024-10-28 20:21:54 +01:00
src Merge pull request #953 from nextcloud/fix/dav-header-options 2025-05-30 08:17:59 +02:00
test Merge pull request #953 from nextcloud/fix/dav-header-options 2025-05-30 08:17:59 +02: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.1.1 2025-07-22 09:42:36 +02: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(deps): Bump glob from 10.4.5 to 10.5.0 2025-11-19 02:13:00 +00:00
package.json build: update node and npm engines versions 2025-11-05 18:15:16 +00: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 docs(reuse): Add SPDX header 2024-10-28 20:21:15 +01:00
vite.config.js ci: show code coverage in PRs 2025-04-10 09:01:21 +02: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: