Owncloud sync does not add shared calendars
Bug #1614251 reported by
Ted Gould
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Unassigned | ||
Ubuntu Calendar App |
In Progress
|
High
|
Renato Araujo Oliveira Filho |
Bug Description
When syncing to my owncloud server the sync seems to pick up all the calendars that are mine just fine. But I have calendars from other accounts on the same server (my wife) that have been shared with me. I would like those to get sync'd as well.
Related branches
lp://staging/~renatofilho/sync-monitor/fix-1614251
- Gustavo Pichorim Boiko (community): Approve
- system-apps-ci-bot: Approve (continuous-integration)
-
Diff: 361 lines (+238/-63)6 files modified3rd_party/syncevolution-qt/dbustypes.cpp (+57/-0)
3rd_party/syncevolution-qt/dbustypes.h (+3/-0)
src/sync-account.cpp (+1/-62)
src/sync-account.h (+0/-1)
tests/unittest/CMakeLists.txt (+4/-0)
tests/unittest/syncevolution-output-parser.cpp (+173/-0)
Changed in ubuntu-calendar-app: | |
assignee: | nobody → Renato Araujo Oliveira Filho (renatofilho) |
importance: | Undecided → High |
Changed in ubuntu-calendar-app: | |
status: | Triaged → In Progress |
Changed in canonical-devices-system-image: | |
status: | New → Fix Committed |
importance: | Undecided → High |
milestone: | none → 13 |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
We sync all calendars retrieved from owncloud:
you can check it with this command:
syncevolution —print-databases backend=caldav username=<user> password=<password> syncURL= <basic- owncloud- server> /remote. php/dav
If the calendar is not in this list, it will not be synced.