Calendar sync only syncs the default calendar
Bug #1309042 reported by
James Tait
This bug affects 83 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Bill Filler | ||
Ubuntu Calendar App |
In Progress
|
High
|
Renato Araujo Oliveira Filho | ||
sync-monitor |
In Progress
|
High
|
Renato Araujo Oliveira Filho |
Bug Description
I have two Google accounts set up, each with a primary calendar and a couple of shared calendars. The calendar app is only syncing the primary calendars of each account.
Related branches
lp://staging/~pkunal-parmar/ubuntu-calendar-app/CalManagement
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- David Planella: Needs Information
- Renato Araujo Oliveira Filho (community): Approve
-
Diff: 571 lines (+312/-31)11 files modifiedAgendaView.qml (+9/-24)
CalendarChoicePopup.qml (+115/-0)
ColorPickerDialog.qml (+45/-0)
DayView.qml (+1/-0)
EventListModel.qml (+12/-0)
MonthComponent.qml (+1/-1)
NewEvent.qml (+50/-1)
TimeLineBase.qml (+3/-2)
TimeLineBaseComponent.qml (+1/-0)
WeekView.qml (+2/-0)
calendar.qml (+73/-3)
lp://staging/~renatofilho/sync-monitor/remove-syncevolution-config
- system-apps-ci-bot: Approve (continuous-integration)
- PS Jenkins bot: Approve (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 5039 lines (+2355/-1284)32 files modified3rd_party/syncevolution-qt/dbustypes.cpp (+2/-2)
3rd_party/syncevolution-qt/dbustypes.h (+5/-1)
CMakeLists.txt (+1/-0)
Ubuntu/SyncMonitor/syncmonitor-qml.cpp (+66/-38)
Ubuntu/SyncMonitor/syncmonitor-qml.h (+7/-2)
config.h.in (+9/-1)
debian/control (+1/-0)
src/CMakeLists.txt (+5/-0)
src/eds-helper.cpp (+127/-257)
src/eds-helper.h (+27/-22)
src/main.cpp (+12/-2)
src/sync-account.cpp (+459/-257)
src/sync-account.h (+76/-30)
src/sync-auth.cpp (+140/-0)
src/sync-auth.h (+62/-0)
src/sync-configure.cpp (+467/-225)
src/sync-configure.h (+41/-24)
src/sync-daemon.cpp (+369/-147)
src/sync-daemon.h (+27/-17)
src/sync-dbus.cpp (+39/-28)
src/sync-dbus.h (+15/-11)
src/sync-queue.cpp (+160/-35)
src/sync-queue.h (+22/-8)
src/syncevolution-server-proxy.cpp (+41/-2)
src/syncevolution-server-proxy.h (+10/-0)
src/syncevolution-session-proxy.cpp (+69/-22)
src/syncevolution-session-proxy.h (+14/-7)
templates/google.conf (+3/-3)
tests/unittest/eds-helper-mock.h (+1/-4)
tests/unittest/eds-helper-test.cpp (+5/-50)
tests/unittest/sync-account-mock.h (+4/-1)
tests/unittest/sync-queue-test.cpp (+69/-88)
lp://staging/~renatofilho/ubuntu-calendar-app/account-name-and-calendars
- system-apps-ci-bot: Needs Fixing (continuous-integration)
- Jenkins Bot: Approve (continuous-integration)
- Kunal Parmar: Pending requested
-
Diff: 1199 lines (+464/-157)19 files modifiedAgendaView.qml (+1/-1)
CalendarChoicePopup.qml (+16/-0)
DayView.qml (+7/-2)
EventActions.qml (+2/-2)
EventBubble.qml (+12/-5)
EventDetails.qml (+7/-10)
EventListModel.qml (+65/-31)
MonthView.qml (+6/-1)
MonthWithEventsComponent.qml (+2/-1)
NewEvent.qml (+41/-37)
RemindersModel.qml (+80/-1)
RemindersPage.qml (+108/-0)
SettingsPage.qml (+12/-2)
TimeLineBase.qml (+23/-6)
TimeLineBaseComponent.qml (+1/-10)
WeekView.qml (+21/-8)
calendar.qml (+50/-36)
calendar_canvas_worker.js (+1/-1)
tests/unittests/tst_event_list_model.qml (+9/-3)
tags: | added: avengers |
tags: | added: vivid |
Changed in canonical-devices-system-image: | |
milestone: | ww08-2016 → backlog |
Changed in sync-monitor: | |
status: | Confirmed → In Progress |
importance: | Wishlist → High |
Changed in ubuntu-calendar-app: | |
status: | Confirmed → In Progress |
importance: | Wishlist → High |
assignee: | nobody → Renato Araujo Oliveira Filho (renatofilho) |
Changed in canonical-devices-system-image: | |
status: | Confirmed → In Progress |
milestone: | backlog → 12 |
Changed in canonical-devices-system-image: | |
milestone: | 12 → 13 |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Same here