[Akonadi] [Bug 308122] After some weeks downtime, google calendar fetch fails. "The requested minimum modification time lies too far in the past"

Dan Vrátil dvratil at redhat.com
Tue Jan 8 10:58:15 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=308122

Dan Vrátil <dvratil at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #2 from Dan Vrátil <dvratil at redhat.com> ---
Confirmed, Calendar API allows to fetch only items changed within approximately
last 25 days. When trying to request list of changes from deeper in the
history, the API will return this error.

Solution is probably to use timeMin argument when last update was more then 20
(?) days ago and fetch all events with dtStart>=timeMin. Using lastUpdated
date, we can filter out events that were not changed between timeMin and now
and use itemsRetrievedIncremental().

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Kdepim-bugs mailing list