A generic CalDAV server which interacts with a back end to access the resources. Provides a CalDAV server for Bedework.
A functioning CalDAV server can be built by fully implementing the abstract SysIntf class.
- JDK 17
- Maven 3
mvn clean install
Releases of this fork are published to Maven Central via Sonatype.
To create a release, you must have:
- Permissions to publish to the
org.bedework
groupId. gpg
installed with a published key (release artifacts are signed).
To perform a new release use the release script:
./bedework/build/quickstart/linux/util-scripts/release.sh "" "-SNAPSHOT"
When prompted, indicate all updates are committed
For full details, see Sonatype's documentation for using Maven to publish releases.
- Remove errant content-type header from calws.
- Missing continue. Caused parse failure in invite-reply
- Update library versions
- Look for jscalendar content in ACCEPT
- Update library versions
- Update library versions
- Update library versions
- Update library versions
- Update library versions
- Update library versions
- Update library versions
- Update library versions
- Use bedework-parent for builds
- Upgrade library versions
- Upgrade library versions
- Process put with jscalendar content
- Add a limit to how long the sync token is valid. Will allow flushing of old tombstoned data
- Upgrade library versions
- Fix dependency on bw-calws-soap-xml module
- Add bw-caldav-xml module
- Release 5.0.2 failed because of missing name. Redo.
- Updated version of bw-calws-soap