danvratil / FBEventSync

Sync Facebook Events into your Android calendar
GNU General Public License v3.0
35 stars 7 forks source link

All-day events are not merged correctly #41

Closed danvratil closed 6 years ago

danvratil commented 6 years ago

After 0.26 all-day events are not synced correctly, I suspect commit 711e9ef40 maybe at fault here.

2018-07-16 13:57:15.617 D/SYNC: iCal sync done
2018-07-16 13:57:16.325 I/FBCalendar: Sync stats for Events I'm Attending
2018-07-16 13:57:16.325 I/FBCalendar:     Events added: 65
2018-07-16 13:57:16.325 I/FBCalendar:     Events modified: 0
2018-07-16 13:57:16.325 I/FBCalendar:     Events removed: 0
.....
2018-07-16 13:59:56.344 D/SYNC: iCal sync done
2018-07-16 13:59:58.910 I/FBCalendar: Sync stats for Events I'm Attending
2018-07-16 13:59:58.911 I/FBCalendar:     Events added: 2
2018-07-16 13:59:58.911 I/FBCalendar:     Events modified: 63
2018-07-16 13:59:58.911 I/FBCalendar:     Events removed: 0
....
2018-07-16 14:09:07.721 D/SYNC: iCal sync done
2018-07-16 14:09:10.499 I/FBCalendar: Sync stats for Events I'm Attending
2018-07-16 14:09:10.500 I/FBCalendar:     Events added: 2
2018-07-16 14:09:10.500 I/FBCalendar:     Events modified: 62
2018-07-16 14:09:10.500 I/FBCalendar:     Events removed: 0
....
....

2018-07-16 14:00:26.322 D/SYNC: iCal sync done
2018-07-16 14:00:30.173 I/FBCalendar: Sync stats for Friends' Birthdays
2018-07-16 14:00:30.173 I/FBCalendar:     Events added: 2077
2018-07-16 14:00:30.173 I/FBCalendar:     Events modified: 0
2018-07-16 14:00:30.174 I/FBCalendar:     Events removed: 0
...
2018-07-16 14:03:32.427 D/SYNC: iCal sync done
2018-07-16 14:03:35.093 I/FBCalendar: Sync stats for Friends' Birthdays
2018-07-16 14:03:35.095 I/FBCalendar:     Events added: 2077
2018-07-16 14:03:35.096 I/FBCalendar:     Events modified: 0
2018-07-16 14:03:35.097 I/FBCalendar:     Events removed: 0
danvratil commented 6 years ago

I can reproduce it on my device as well...how did I not see this before? :confused: :angry: