owncloud / syncevolution / in UT

Bug #1552715 reported by jfcjfc
18
This bug affects 4 people
Affects Status Importance Assigned to Milestone
task-app
New
Undecided
Unassigned

Bug Description

why not owncloud account with notes and tasks (and syncevolution)?? in ubuntu touch

Revision history for this message
slash (slash-tux) wrote :

I'm currently able to synchronise the tasks between owncloud and syncevolution

phablet@ubuntu-phablet:~$ syncevolution --print-databases
[...]
Evolution Task List = Evolution Tasks = evolution-tasks:
   Alarms (1456532056.11774.0@ubuntu-phablet)
   Personal (system-task-list) <default>
   professional (320c1c45-9a5e-47a3-9759-14bc0079c9e9)
[...]

phablet@ubuntu-phablet:~$ syncevolution --print-items owncloud professional
03594e0d-1163-41a7-88af-1321b8e6c1b9%2e1443078648095-rid: Work related 1
069ad7978b-rid: Work related 2
07cda3bd-456c-4558-941b-7ffc61e285cc%2e1441865186530-rid: Work related 3
1c11746cb4-rid: Work related 4
1f70fd2e66-rid: Work related 5
[...]

I'm looking for :
how Personal (system-task-list) <default> is structured
If similar layout, a way to copy my professional (320c1c45-9a5e-47a3-9759-14bc0079c9e9) into the Personal (system-task-list) <default>

or an upgrade of the task app to use the new sync tasks database :)

For the configuration :

HTTP_PROTOCOL="https" && \
OWNCLOUD_URL="URL" && \
USERNAME="login" && \
PASSWORD="password" && \
OC_DATABASE_NAME="owncloud" && \
CALENDAR_NAME2="professional" && \
CALENDAR_DB_NAME2="professional" && \

syncevolution --create-database backend=evolution-tasks database=$CALENDAR_NAME2 && \
syncevolution --configure --template webdav username=$USERNAME password="$PASSWORD" syncURL=$HTTP_PROTOCOL://$OWNCLOUD_URL/remote.php/ keyring=no target-config@$OC_DATABASE_NAME && \
syncevolution --configure backend=evolution-tasks database=$CALENDAR_NAME2 @default $CALENDAR_NAME2 && \
syncevolution --configure database=$HTTP_PROTOCOL://$OWNCLOUD_URL/remote.php/calendarplus/calendars/$USERNAME/$CALENDAR_NAME2 backend=caldavtodo target-config@$OC_DATABASE_NAME $CALENDAR_DB_NAME2 && \
syncevolution --configure --template SyncEvolution_Client syncURL=local://@$OC_DATABASE_NAME username= password= $OC_DATABASE_NAME $CALENDAR_NAME2 && \
syncevolution --configure sync=two-way database=$CALENDAR_NAME2 $OC_DATABASE_NAME $CALENDAR_NAME2 && \
syncevolution --sync refresh-from-remote $OC_DATABASE_NAME $CALENDAR_NAME2

The trick is to replace backend=caldav by backend=caldavtodo

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.