vstorage
Docs | Source | Issues | Patches | Chat
Several storage implementations for iCalendar and vCard items with a common
API. This crate is part of the pimsync
project.
Documentation for this library can be generated with cargo doc. The
documentation for the stable releases is available at crates.io.
Thanks
Special thanks to the NLnet foundation and the NGI Zero Entrust program of the European Commission, which helped secure funding for the work on pimsync and related projects such a this one.
Contributing
Testing the JMAP implementation
Use Cyrus's test server for these tests:
This runs both a JMAP and CardDAV server:
- JMAP endpoint:
http://localhost:8080/jmap - CardDAV endpoint:
http://localhost:8080/dav/addressbooks - CalDAV endpoint:
http://localhost:8080/dav/calendars - Test credentials: username
user1, no password.
Run tests via
Manually interact with the test server via:
# Check JMAP session
# List CardDAV collections
Or use davcli for the latter.
Licence
Copyright 2023-2024 Hugo Osvaldo Barrera
Licensed under the EUPL-1.2
SPDX-License-Identifier: EUPL-1.2