Hi

has anyone successfully synced his sogo calendar and contacts to an ubuntu touch/phone? if I sync only sogo, I managed to get calendars and contacts, but if I try to sync sogo and a kerio calendar, I have trouble with syncing the contacts (I only need the sogo contacts), but both calendars sync ok.
here-s my config:

syncevolution --configure \
        SSLVerifyServer=0 \
        --keyring=no \
        --template SyncEvolution \
        backend=caldav \
        syncURL=https://sogo.home.com/SOGo/dav/user/Calendar/personal/ \
        username=user \
        password=pass \
        consumerReady=0 \
        target-config@sogo \
        calendar
syncevolution --configure \
        --template "SyncEvolution Client" \
        backend=evolution-calendar \
        syncURL=local://@sogo \
        consumerReady=1 \
        database=SOGo_local \
        username= \
        password= \
        sogo calendar
syncevolution --print-items target-config@sogo calendar
syncevolution --sync refresh-from-remote sogo calendar
# puts calendar entries in local calendar "SOGo_local"

syncevolution --configure \
        SSLVerifyServer=0 \
        --keyring=no \
        --template SyncEvolution \
        backend=caldav \

syncURL=https://kerio.enterprise.com/calendars/enterprise.com/user1/Calendar/ \
        username=user1 \
        password=pass1 \
        consumerReady=0 \
        target-config@enterprise \
        calendar
syncevolution --configure \
        --template "SyncEvolution Client" \
        backend=evolution-calendar \
        syncURL=local://@enterprise \
        consumerReady=1 \
        database=enterprise_local \
        username= \
        password= \
        enterprise calendar
syncevolution --print-items target-config@enterprise calendar
syncevolution --sync refresh-from-remote enterprise calendar
# puts calendar entries in local calendar "enterprise_local"

doesn't work:
syncevolution --configure \
        SSLVerifyServer=0 \
        --keyring=no \
        --template SyncEvolution \
        backend=carddav \
        syncURL=https://sogo.home.com/SOGo/dav/user/Contacts/personal/ \
        username=user \
        password=pass \
        consumerReady=0 \
        target-config@sogo \
        addressbook
syncevolution --configure \
        --template "SyncEvolution Client" \
        syncURL=local://@sogo \
        consumerReady=1 \
        username= \
        password= \
        sogo addressbook
syncevolution --print-items target-config@sogo addressbook
#this returns the correct entries tho
syncevolution --sync refresh-from-remote sogo addressbook
#this gives me an error


--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to