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.
| Constant | Value | Description |
|---|---|---|
KDAV::CalDav | 0 | The CalDav protocol as defined in https://devguide.calconnect.org/CalDAV |
KDAV::CardDav | 1 | The CardDav protocol as defined in https://devguide.calconnect.org/CardDAV |
KDAV::GroupDav | 2 | The GroupDav protocol as defined in http://www.groupdav.org The GroupDav protocol is obsolete and was replaced with CalDav and CardDav. |