The VCard Contacts .vcf
file format seems to me to be the most universal handled by all kinds of devices. It makes sense to have TiddlyWiki one of the ways we can store our contacts.
@pmario posted at “Any CalDAV or WebDAV server plugin?” that .vcf
files can be imported properly. I tried it and it works! Thank you, Mario.
Naturally, the thing would be to enable an export of those tiddlers so that they are returned in their original .vcf
. The information on how to do that can be found at TiddlyWiki.com:
https://tiddlywiki.com/#Creating%20a%20custom%20export%20format
The instructions take only a couple of minutes to follow. So importing and exporting are IN THE BAG!
However, there remains a small issue. When importing a .vcf
file or any file for that matter, the extensions are included in the tiddler title. And that results in the extensions being duplicated when exporting. You might get something like this: AlfieA.vcf.vcf
. So that might need to be worked on.
Another thig that Mario brought up is a way to make the vcards presentable. So perhaps we could work on a list filter tiddler which will show the contacts as you would have them shown on one of your devices (phones).
There are some other things we might want to include such as filtering (work/home/friends, etc.).
Next, we could handle ICalendar ics
. That’s going to be a big one.
Your thoughts.