roidayan / pygsync

Automatically exported from code.google.com/p/pygsync
0 stars 0 forks source link

checking for time changes #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
after checking an instance if it exists on the phone on the exact same time,
(if not found) to take all monthly instances and find equal content and
compare update_time tag , if google was updated later then to update the
phone instance.

if not, for now just a warning and skip the instance.

Original issue reported on code.google.com by roi.da...@gmail.com on 20 Apr 2008 at 4:27

GoogleCodeExporter commented 9 years ago

Original comment by roi.da...@gmail.com on 20 Apr 2008 at 4:28

GoogleCodeExporter commented 9 years ago
range will be in settings and default will be 1 day.
currently there is a check for of range for days 28 and up since there is
a bug in the calendar for finding events on last day of each month,
after using the rangecheck for every event this wont be needed since a check 
would be
made anyway.

Original comment by roi.da...@gmail.com on 23 Apr 2008 at 4:12

GoogleCodeExporter commented 9 years ago
check time changes for same day only, diffrent (even next day) i can add again
"shift at work" and i dont want it to change, so only check titles on the same 
day
(can use daily events) for 28,29,30,31 as i use range to skip the bug
use float from 00:00:00 to the day after 00:00:00

Original comment by roi.da...@gmail.com on 28 Apr 2008 at 3:25

GoogleCodeExporter commented 9 years ago
checking for time changes in 0.1.5

Original comment by roi.da...@gmail.com on 30 Apr 2008 at 8:16