No description
Find a file
2025-10-21 03:38:28 +00:00
.github chore(deps): bump actions/checkout digest to 08eba0b 2025-10-09 12:33:22 +00: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-dev): Bump vite from 6.3.6 to 6.4.1 2025-10-21 03:35:53 +00:00
package.json fix(deps): bump @nextcloud/axios from 2.5.1 to ^2.5.2 (#969) 2025-09-23 00:26:41 +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: