mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 08:12:24 +00:00
xml: namespace serialization
This commit is contained in:
@@ -33,7 +33,7 @@ pub enum AddressObjectProp {
|
||||
Getcontenttype(String),
|
||||
|
||||
// CalDAV (RFC 4791)
|
||||
#[xml(ns = b"urn:ietf:params:xml:ns:carddav")]
|
||||
#[xml(ns = "rustical_dav::namespace::NS_CARDDAV")]
|
||||
AddressData(String),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user