Obsolete Members for KDAV

The following members of class KDAV are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

Types

(deprecated in 6.26) enum Protocol { CalDav, CardDav, GroupDav }

Type Documentation

[deprecated in 6.26] enum KDAV::Protocol

This enum is deprecated since 6.26. We strongly advise against using it in new code.

Describes the DAV protocol dialect.

ConstantValueDescription
KDAV::CalDav0The CalDav protocol as defined in https://devguide.calconnect.org/CalDAV
KDAV::CardDav1The CardDav protocol as defined in https://devguide.calconnect.org/CardDAV
KDAV::GroupDav2The GroupDav protocol as defined in http://www.groupdav.org The GroupDav protocol is obsolete and was replaced with CalDav and CardDav.