Export format of Fossify's vCards: 3.0? 4.0? Use of TYPE= parameter? #196
Closed
DiagonalArg
started this conversation in
General
Replies: 2 comments 1 reply
-
The share contact option exports 3.0. Automatic backups and exports from settings do 4.0. The inconsistent behavior is intentional as per SimpleMobileTools/Simple-Contacts#995, but I'm thinking of resetting it back to 4.0. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@naveensingh / could you respond regarding the specs in relation to the TYPE= parameter? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to write a script to translate Google vCards to something Fossify understands and, more broadly, to understand the vCard spec(s). For that I need to understand what Fossify is doing behind the scenes:
4.0: https://datatracker.ietf.org/doc/html/rfc6350
4.0, Format Extension: https://www.rfc-editor.org/rfc/rfc6715.html
4.0 extension for character escaping; https://datatracker.ietf.org/doc/html/rfc6868
4.0 extension for JSContact: https://datatracker.ietf.org/doc/html/rfc9554
As a comparison, this is how the Stock AOSP contacts app present it, using "X-Landline" for example.
Beta Was this translation helpful? Give feedback.
All reactions