muhammadnaveed / syncnotes2google

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

Sync.end setting not being used (always at 6 months) #74

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Sync a calendar with sync.end at any desired value
2.
3.

What is the expected output? What do you see instead?
Only the events up to the user defined end date should sync. Instead, the 
events always sync for the next 6 months.

What version of the product are you using? On what operating system?
sn2g0.0.5, LN8.5, WinXP

Please provide any additional information below.
In Settings.java, line 75 (edt.add(Calendar.MONTH, +6)) the user settings are 
disregarded. It should be: sedt.add(periodType, -period).

Original issue reported on code.google.com by char...@gmail.com on 3 Feb 2011 at 10:03

GoogleCodeExporter commented 9 years ago
Thank you for the answer. But i am not familiar with coding and recompiling. Is 
it possible to have a nex .exe file that include that correction.

Original comment by jo2...@gmail.com on 3 Feb 2011 at 4:58