muhammadnaveed / syncnotes2google

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

last occurrence of a repeating meeting/appointment is not added to GCalendar #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In Lotus Notes, schedule a repeating meeting/appointment that occurs 
weekly or every other week for 12 weeks. 
2. Sync to Google

What is the expected output? 
For example, in LN create an appointment that starts on Mar 13, repeats 
every other week, for 12 weeks. In LN, the occurrences will be: Mar 13, 
Mar 27, Apr 10, Apr 24, May 8, May 22.

What do you see instead?
After sync in GCalendar, the occurrences will be: Mar 13, Mar 27, Apr 10, 
Apr 24, May 8.  The May 22 occurrence is missing.

What version of the product are you using? On what operating system?
syncnotes2google-0.0.4 on Windows XP Professional 
Lotus Notes client 7.0.2 on Windows XP Professional
[I think Lotus Notes server is 8.5]

Please provide any additional information below.

Original issue reported on code.google.com by wzb80...@gmail.com on 24 Mar 2010 at 8:58

GoogleCodeExporter commented 9 years ago
How long is the sync period?
Number of days(ex. 15d) or month (ex. 2m) in the future, default 3 month
sync.end=3m

does it over lap?

Original comment by henols on 31 Mar 2010 at 8:27

GoogleCodeExporter commented 9 years ago
No, no overlap.  I sync for 12 months in future.  My sync.properties:

#Sync information
# Valid directions notes-to-google (default), google-to-notes ,bi-direction
sync.direction=notes-to-google

# Number of days (ex. 15d) or month (ex. 2m) back in time, default 14 days
sync.start=14d

# Number of days(ex. 15d) or month (ex. 2m) in the future, default 3 month
sync.end=12m

Original comment by wzb80...@gmail.com on 1 Apr 2010 at 12:09

GoogleCodeExporter commented 9 years ago
I've noticed the same issue if I schedule a daily recurring meeting for 5 days, 
only
4 days get placed in my Google calendar.

I created a 5 day recurring meeting in Notes from 5/18 through 5/22, checked in
Google calendar and it showed up on the calendar from 5/18 through 5/21, even 
though
it said "until 5/22".  I then scheduled a meeting within Gcal for the same dates
(5/18-5/22) and it showed up for the 5 days.  So, I think this is a bug in 
Google
calendar.  A possible work around is to add an extra day to the Until value in 
the
java code.

Original comment by morfitt...@gmail.com on 15 May 2010 at 2:05

GoogleCodeExporter commented 9 years ago
I just logged issue #75 before discovery this issue. (sorry for the dup)

I have found that the problem occurs if the date range in of the recurring 
appointment ends on the same day as the last meeting.  In other words, repeat 
every Thursday from 2/10/2011 thru 2/24/2011 will not sync the 2/24 meeting, 
BUT repeat every Thursday from 2/10/2011 thru Fri. 2/25/2011 will sync the 2/24 
meeting.

(not sure if this helps, but it appears to be a < vs. a <= test somewhere) 

Original comment by rhk...@gmail.com on 8 Feb 2011 at 5:52