@RelatEd: [[contact]] [[LDAP]] [[vcf]]
===== NEWS =====
* http://rzr.online.fr/q/contacts# How does @RooJs gen_ #JavaScript API doc / html for #seed ? #Gnome's #EvolutionDataServer Js API is missing
* http://rzr.online.fr/q/contacts# Trying to sync my contacts from #MeeGo #HarmattaN and #BB10 #DevAlphaC using #OwnCloud 's #CardDav conn=ok
===== TODO =====
How to manage contacts ?
* [[vcf]] [[tree]] ~/etc/vcf/ ?
* [[ldap]] http://www.linux.com/archive/feature/114010
* http://www.foaf-project.org # [[sem]] [[rdf]]
* http://home.kairo.at/blog/2013-06/wanted_apps_contact_sharing# FireFoxOs
===== MEEGO HARMATTAN =====
Setup HarmattanDev RepO :
apt-get install syncevolution
ToDo :
Problem (if started from ssh , start term on device 1st ) :
First ERROR encountered: "Couldn't obtain a direct connection to the Tracker store: unknown error"
MisC :
* http://people.debian.org/~ovek/harmattan/?C=M;O=D
* http://talk.maemo.org/showthread.php?t=85394&page=3
* http://www.ruinelli.ch/harmattan/syncevolution-gui
* http://www.ruinelli.ch/download/software/harmattan/syncevolution-gui_0.3.1_armel.deb
* https://gitorious.org/meego-middleware/buteo-sync-plugins/
* http://forum.meego.com/showthread.php?p=35414
* http://www.ezvan.fr/node/91
* http://tanghus.net/2012/07/syncing-your-n900-with-owncloud-an-update/
* http://talk.maemo.org/showthread.php?p=1239368
* http://doc.qt.digia.com/qtmobility/qcontactsynctarget.html
OwnCloud :
* http://talk.maemo.org/showthread.php?p=1385421#post1385421
* https://USER.homelinux.org/owncloud/remote.php/caldav/
webcal://ashburn1666.mytroop.us/ical/feed/8eadb7cf-a007-4ef4-a199-6412a75e27ba
VcF :
* http://talk.maemo.org/showthread.php?t=83121&highlight=VCF
===== MAEMO =====
* http://talk.maemo.org/showthread.php?t=60526&highlight=VCF&page=2
* http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Architecture/RTCOM
* http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Architecture/Data_Management#Contacts_.28Addressbook.29
* http://talk.maemo.org/showthread.php?t=60526&highlight=VCF&page=3
sudo aptitude install python-evolution
wget https://bitbucket.org/darkcloud/maemo-addressbook/raw/master/addressbook
https://syncevolution.org/sites/syncevolution.org/files/my-sync-tb2nokia.txt
===== BB10 =====
Problem :
"cannot be authenticated with your service provider"
https://user.domain.tld/owncloud/remote.php/carddav/addressbooks/user/default
Solution :ommmit the HttpS prefix in Server
tail /etc/lighttpd/owncloud.conf
#{
# Make ownCloud reachable under /owncloud
alias.url += ( "/owncloud/" => "/usr/share/owncloud/" )
url.redirect = ( "^/$" => "/carddav/",
"^$" => "/carddav/",
"^/carddav/" => "/owncloud/remote.php/carddav/"
)
#}
cat /var/log/lighttpd.log
192.168.0.1 user.domain.tld - [23/Apr/2013:22:49:56 +0200] "PROPFIND / HTTP/1.1" 301 0 "-" "Mozilla/5.0"
192.168.0.1 user.domain.tld - [23/Apr/2013:22:50:02 +0200] "PROPFIND / HTTP/1.1" 301 0 "-" "Mozilla/5.0"
192.168.0.1 user.domain.tld - [23/Apr/2013:22:50:08 +0200] "PROPFIND / HTTP/1.1" 301 0 "-" "Mozilla/5.0"
192.168.0.1 user.domain.tld - [23/Apr/2013:22:50:18 +0200] "PROPFIND / HTTP/1.1" 301 0 "-" "Mozilla/5.0"
192.168.0.1 user.domain.tld - [23/Apr/2013:22:50:24 +0200] "PROPFIND /owncloud/remote.php/carddav/addressbooks/user/default HTTP/1.1" 207 463 "-" "Mozilla/5.0"
192.168.0.1 user.domain.tld - [23/Apr/2013:22:50:31 +0200] "PROPFIND /owncloud/remote.php/carddav/principals/user/ HTTP/1.1" 207 457 "-" "Mozilla/5.0"
192.168.0.1 user.domain.tld - [23/Apr/2013:22:50:40 +0200] "PROPFIND /owncloud/remote.php/carddav/addressbooks/user/ HTTP/1.1" 207 1121 "-" "Mozilla/5.0"
192.168.0.1 user.domain.tld - [23/Apr/2013:22:50:53 +0200] "PROPFIND /owncloud/remote.php/carddav/addressbooks/user/addressbook/ HTTP/1.1" 207 529 "-" "Mozilla/5.0"
192.168.0.1 user.domain.tld - [23/Apr/2013:22:51:01 +0200] "PROPFIND / HTTP/1.1" 301 0 "-" "Mozilla/5.0"
192.168.0.1 user.domain.tld - [23/Apr/2013:22:51:07 +0200] "PROPFIND / HTTP/1.1" 301 0 "-" "Mozilla/5.0"
192.168.0.1 user.domain.tld - [23/Apr/2013:22:51:13 +0200] "PROPFIND / HTTP/1.1" 301 0 "-" "Mozilla/5.0"
192.168.0.1 user.domain.tld - [23/Apr/2013:22:51:21 +0200] "PROPFIND / HTTP/1.1" 301 0 "-" "Mozilla/5.0"
192.168.0.1 user.domain.tld - [23/Apr/2013:22:51:47 +0200] "PROPFIND / HTTP/1.1" 301 0 "-" "Mozilla/5.0"
192.168.0.1 user.domain.tld - [23/Apr/2013:22:51:55 +0200] "PROPFIND / HTTP/1.1" 301 0 "-" "Mozilla/5.0"
192.168.0.1 user.domain.tld - [23/Apr/2013:22:52:01 +0200] "PROPFIND / HTTP/1.1" 301 0 "-" "Mozilla/5.0"
192.168.0.1 user.domain.tld - [23/Apr/2013:22:52:03 +0200] "PROPFIND / HTTP/1.1" 301 0 "-" "Mozilla/5.0"
FeedBacK :
* http://supportforums.blackberry.com/t5/BlackBerry-Z10/CALDAV-amp-CARDDAV-with-Z10/m-p/2255001/highlight/false#M12487
MorE :
* http://www.ruinelli.ch/synchronize-the-contacts-and-calendar-of-your-blackberry-10-with-owncloud
* http://forum.owncloud.org/viewtopic.php?f=4&t=9187# OwnCloud
===== GNOME =====
* http://www.go-evolution.org/EDS_Architecture
* http://www.roojs.com/seed/gir-1.2-gtk-3.0/seed/Accounts.html
* https://developer.gnome.org/libebook/stable/index.html
* https://git.gnome.org/browse/evolution-data-server/tree/addressbook/libebook?h=gnome-3-8
* http://wiki.openmoko.org/wiki/Import_Vcf_Contacts
** (seed:3196): WARNING **: Exception in instance construction. Line 107 in ./address-book.js: TypeError 'undefined' is not a function (evaluating 'EBook.BookClient.get_sources(s)')
* https://wiki.gnome.org/Evolution/ESourceMigrationGuide#What_replaces_e_book_client_get_sources.28.29_and_e_book_get_addressbooks.28.29.3F
* https://developer.gnome.org/libedataserver/stable/ESourceRegistry.html
* https://mail.gnome.org/archives/commits-list/2012-June/msg00628.html
* https://developer.gnome.org/libedbus-private/stable/gdbus-org.gnome.evolution.dataserver.SourceManager.html
* http://cgit.collabora.com/git/user/rgs/eds-introspection/tree/query-eds.js
/usr/lib/evolution/evolution-source-registry
module-cache-reaper-Message: Scanning cache directories
Server is up and running...
Bus name 'org.gnome.evolution.dataserver.Sources1' acquired.
* http://net3d.free.fr/gjs/EBook-1.2.gir/
* http://net3d.free.fr/gjs/EBookContacts-1.2.gir/
* http://net3d.free.fr/gjs/EDataServer-1.2.gir/
* http://sources.debian.net/src/evolution-data-server/3.8.2-1
* http://sources.debian.net/src/evolution-data-server/3.8.2-1/addressbook/libebook/EBook-1.2.gir
OwnCloud :
* https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/1188823
* https://git.gnome.org/browse/gnome-online-accounts/tree/src/goabackend/goaowncloudprovider.c
===== vcf =====
* how to export 1 single zimbra contact ? http://www.zimbra.com/forums/users/13309-importing-exporting-vcard.html
* export: yahoo
* TODO: claws import vcf
* convertion : http://labs.brotherli.ch/vcfconvert/
* http://en.wikipedia.org/wiki/VCard
* https://wiki.mozilla.org/Thunderbird:Help_Documentation:Migrating_to_Mozilla_Thunderbird#vCard_or_.vcf
* http://talk.maemo.org/showthread.php?t=82485# MaemO [[qt]]
=== software ===
* EmacS : OrG
* claws : bad vcf, ldiff, ldap
* mutt : ?
* mozilla : ?
* zimbra : http://wiki.zimbra.com/index.php?title=Calendar_and_Contacts_Migration
* http://en.wikipedia.org/wiki/Kontact#Address_Book
* yahoo : http://address.mail.yahoo.com/?_src=&VPC=tools_export
=== yahoo ===
* http://address.mail.yahoo.com/?_src=&VPC=tools_export
Microsoft Outlook:
Netscape/Thunderbird:
Yahoo! CSV:
vCard Single File:
(recommended for Palm Desktop users)
vCard, Zip of .VCF files:
(One .VCF file per contact, Outlook compatible)
===== MISC =====
* http://baikal-server.com/# CardDav
* https://code.google.com/p/googlecl/# GooglE CsV
===== MORE =====
@TaG: [[qt]] WebDav
{{http://img716.imageshack.us/img716/9746/dlc.gif}}