Merci pour le tuto que j'ai découvert hier. ça marche super ! 😃
J'ai juste un souci. Pour faire simple, on se limite au lien PC / serveur Scheduleworld.
En lancant syncevolution j'obtiens ceci:
address books:
Personnel (file:///home/olivier/.evolution/addressbook/local/system)
calendars:
Personnel (file:///home/olivier/.evolution/calendar/local/system)
Anniversaires (contacts:///)
memos:
Personnel (file:///home/olivier/.evolution/memos/local/system)
tasks:
Personnel (file:///home/olivier/.evolution/tasks/local/system)
Tout ce qui est avec Personnel la synchro se fait bien, mais je n'ai jamais réussi à synchroniser les anniversaires.
Voici ce que j'ai essayé, mais qui ne marche pas: pas d'erreurs mais il ne me trouve rien à synchroniser.
J'ai essayé d'ajouter un dossier + fichier de config:
-Le path:
.sync4j/evolution/scheduleworld/spds/sources/birthday/config.txt
-J'ai mis ça dans le fichier de config:
# name of the source, must match the <source> in
# spds/sources/<source>/config.txt
name = birthday
# requests a certain synchronization mode:
# two-way = only send/receive changes since last sync
# slow = exchange all items
# refresh-from-client = discard all remote items and replace with
# the items on the client
# refresh-from-server = discard all local items and replace with
# the items on the server
# one-way-from-client = transmit changes from client
# one-way-from-server = transmit changes from server
# none = synchronization disabled
sync = one-way-from-client
# overrides the supported synchronization modes
syncModes = slow,two-way,refresh-from-client,refresh-from-server,one-way-from-client,one-way-from-server
# specifies the format of the data
#
# text/calendar = Evolution calender data (in iCalendar 2.0 format)
# text/x-todo = Evolution task data (iCalendar 2.0)
# text/x-journal = Evolution memos (iCalendar 2.0) - not supported by any
# known SyncML server and not actively tested
# text/plain = Evolution memos in plain text format, UTF-8 encoding,
# first line acts as summary
# text/x-vcard = Evolution contact data in vCard 2.1 format
# (works with most servers)
# test/vcard = Evolution contact data in vCard 3.0 (RFC 2425) format
# (internal format of Evolution, preferred with servers
# that support it and thus recommended for ScheduleWorld
# together with the "card3" uri)
#
# Sending and receiving items in the same format as used by the server for
# the uri selected below is essential. Errors while parsing and/or storing
# items one either client or server can be caused by a mismatch between
# type and uri.
type = text/calendar
# picks one of Evolution's data sources:
# enter either the name or the full URL
#
# To get a full list of available data sources,
# run syncevolution without parameters. The name
# is printed in front of the colon, followed by
# the URL. Usually the name is unique and can be
# used to reference the data source.
evolutionsource = Anniversaires
# this is appended to the server's URL to identify the
# server's database
uri = cal2
# authentication for Evolution source
#
# Warning: setting evolutionuser/password in cases where it is not
# needed as with local calendars and calendars can cause the
# Evolution backend to hang.
evolutionuser =
evolutionpassword =
# used by the SyncML library internally; do not modify
last = 1196038812
Donc si vous avez une idée, je suis preneur.
Merci 😉