SyncEvolution - a SyncML and CalDAV/CardDAV client
SyncEvolution allows you to sync your contacts and calendar with SyncML
and CalDAV/CardDAV servers on the Internet, such as Funambol, Ovi,
Google Contacts, and Google Calendar.
Maintainer of this package is : Ove Kaaven <ovek@debian.org> (http://people.debian.org/~ovek/harmattan/)
It works perfectly with ownCloud 5.0.10. Notes, Tasks, Calenders and Contacts can be synced.
You can find some infos about this here
http://www.nrtm.org/?s=VJOURNAL
notes are handled as journal for a specific calendar.
It is also possible to have multiple calendars and tasks (one for each calendar) .
Calendars:
backend = CalDAV
database = {link to owncloud}/remote.php/caldav/calendars/{user_name}/{calendar_name}
default calendar_name is defaultcalendar
Adressbook:
backend = CardDAV
database = {link to owncloud}/remote.php/carddav/addressbooks/{user_name}/contacts
Tasks:
backend = CalDAVTodo
database = same as for calendar
Notes:
backend = CalDAVJournal
database = same as for calendar
Attachment | Size | Date |
---|---|---|
![]() | 2.5 MB | 27/03/2025 - 23:28 |
syncevolution (1:1.3-1) unstable; urgency=low
* SyncEvolution 1.3 for Harmattan.
Comments
smartblu9
Thu, 2025/03/27 - 23:32
Permalink
It works well with my memotoo.com account (in 2025!). I successfully synchronize :
- memos (notes !)
- todos
- calendar events
- addresses book.
The step by step I follow :
1. install syncevolution 1.3.1 (aegis-dpkg -i syncevolution_1.3-1_armel.deb)
2. run : syncevolution --configure --sync-property "username=123456" --sync-property "password=!@#ABcd1234" memotoo
3. check (with nano...) this file : home/user/.config/syncevolution/default/peers/memotoo/config.ini :
syncURL = http://sync.memotoo.com/syncml
username = 123456
password = !@#ABcd1234
nb : you may check as well with this command: syncevolution --print-config memotoo
4. first sync (with slow mode otherwise it didnt work for me) :
syncevolution --sync slow memotoo addressbook
syncevolution --sync slow memotoo calendar
syncevolution --sync slow memotoo todo
syncevolution --sync slow memotoo memo
5. next sync : syncevolution memotoo
It works well so far !!!