https://github.com/nextcloud/cdav-library
:date: 📇 CalDAV and CardDAV client library for JavaScript
https://github.com/nextcloud/cdav-library
caldav carddav cdav-library javascript js library nextcloud rfc4791 rfc6352
Last synced: 10 months ago
JSON representation
:date: 📇 CalDAV and CardDAV client library for JavaScript
- Host: GitHub
- URL: https://github.com/nextcloud/cdav-library
- Owner: nextcloud
- License: agpl-3.0
- Created: 2018-01-13T13:46:31.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T14:43:49.000Z (10 months ago)
- Last Synced: 2025-03-28T09:06:31.593Z (10 months ago)
- Topics: caldav, carddav, cdav-library, javascript, js, library, nextcloud, rfc4791, rfc6352
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@nextcloud/cdav-library
- Size: 6.11 MB
- Stars: 68
- Watchers: 7
- Forks: 14
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# cdav-library
[](https://api.reuse.software/info/github.com/nextcloud/cdav-library)
[](https://www.npmjs.com/package/@nextcloud/cdav-library)
:date: 📇 CalDAV and CardDAV client library for JavaScript
## Build the library
``` bash
# 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
```
## :v: 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](https://github.com/nextcloud) and [Forums](https://help.nextcloud.com).
If you contribute, participate or interact with this community, please respect [our shared values](https://nextcloud.com/code-of-conduct/). :relieved:
## :heart: How to create a pull request
This guide will help you get started:
- :dancer: :smile: [Opening a pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)