Which VCard versions are supported? #1375
-
|
I am referring to #832 (DavDroid: Radicale no VCard/4 support). There the problem was solved by implementing a stricter standard on the clients side. This still leaves me wonder, which VCard versions are supported. And why the Radicale server does not advertise the supported version, as mentioned in 's comment @n00b42 #832 (comment)?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
I did a bit of research, and the reason why Radicale doesn't support vCard 4.0 is because its dependency It does however say that reading v4 works. I wonder if that is sufficient for v4 support in Radicale. |
Beta Was this translation helpful? Give feedback.
There is a PR open: py-vobject/vobject#124
And Radicale is prepared since 3.6.0 assuming vobject >= 1.0.0 has it included and also advertise 3.0 for now.