No description
  • JavaScript 99.9%
  • Makefile 0.1%
Find a file
Sebastian Krupinski 25b54bb908
Merge pull request #1057 from nextcloud/chore/manual-version-bump
chore: manual version bump
2026-06-10 20:35:42 -04:00
.github Merge pull request #1056 from nextcloud/chore/implement-new-release-flow 2026-06-10 08:03:34 -04:00
LICENSES ci(reuse): Add reuse check 2024-10-28 20:21:54 +01:00
src feat: add calendar delegation 2026-06-01 15:50:38 +02:00
test fix: mocks with vitest v4 2026-06-09 14:39:17 -04: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.6.1 [skip ci] 2026-06-09 18:57:11 +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: manual version bump 2026-06-10 20:31:26 -04:00
package.json chore: manual version bump 2026-06-10 20:31:26 -04: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: