No description
  • JavaScript 99.9%
  • Makefile 0.1%
Find a file
github-actions[bot] e43c4bb031
Merge pull request #1039 from nextcloud/dependabot/npm_and_yarn/fast-uri-3.1.2
chore(deps-dev): Bump fast-uri from 3.1.0 to 3.1.2
2026-05-09 04:02:34 +00:00
.github chore(deps): bump webiny/action-conventional-commits action from v1.3.1 to v1.4.2 (#1037) 2026-05-07 17:03:56 +00:00
LICENSES ci(reuse): Add reuse check 2024-10-28 20:21:54 +01:00
src chore: Fix broken CI pipeline 2026-05-07 18:18:32 +02:00
test Merge pull request #1029 from nextcloud/feat/support-user-favorite-attribute 2026-05-07 18:14:22 +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.5.0 [skip ci] 2026-05-07 18:48:18 +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(deps-dev): Bump fast-uri from 3.1.0 to 3.1.2 2026-05-09 02:46:00 +00:00
package.json chore(release): v2.5.0 [skip ci] 2026-05-07 18:48:18 +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 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: