Buteo sync: enable all Google hacks

Instead of choosing individual workarounds, enable all Google specific
ones via the new SyncEvolution=Google parameter.
This commit is contained in:
Patrick Ohly 2010-11-30 18:17:25 +01:00
parent d71a98a2f4
commit 64ba81ed23

View file

@ -112,7 +112,7 @@ bool ButeoBridge::init()
QString profile = getProfileName();
if (profile == "google-calendar") {
m_config = "google-calendar";
url = "syncURL=https://www.google.com/calendar/dav/%u/user/?SyncEvolution=UpdateHack,ChildHack";
url = "syncURL=https://www.google.com/calendar/dav/%u/user/?SyncEvolution=Google";
} else if (profile == "yahoo") {
m_config = "yahoo";
url = "syncURL=https://caldav.calendar.yahoo.com/dav/%u/Calendar/";