mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-22 22:10:49 +00:00
caldav: Document which RFCs the properties originate from
This commit is contained in:
@@ -25,7 +25,10 @@ pub struct Resourcetype {
|
||||
#[derive(Deserialize, Serialize, Debug)]
|
||||
#[serde(rename_all = "kebab-case")]
|
||||
pub enum RootProp {
|
||||
// WebDAV (RFC 2518)
|
||||
Resourcetype(Resourcetype),
|
||||
|
||||
// WebDAV Current Principal Extension (RFC 5397)
|
||||
CurrentUserPrincipal(HrefElement),
|
||||
#[serde(other)]
|
||||
Invalid,
|
||||
|
||||
Reference in New Issue
Block a user