SufficientlySecure / birthday-calendar

Display all contact birthdays automatically in your standard Android calendar.
https://www.schuermann.eu/android/
GNU General Public License v3.0
94 stars 28 forks source link

Wrong date for events coming from SmoothSync #24

Closed dschuermann closed 11 years ago

dschuermann commented 11 years ago

Original author: domschuermann@gmail.com (November 26, 2012 13:42:15)

I have just purchased this app, installed it and I see an issue.

I have my contacts synchronised to iCloud through SmoothSync and have the contacts with birthdays properly in the phone. However, the birthdays are for some shown correctly, but for most shown on the wrong date. It is not an issue of dd/mm and mm/dd reversal.

Could it be that contacts of which I entered a full date including year in the iMac Calendar, that they show ok. And the ones without a year in the date, which are, by SmoothSync, taken over as year 1604 in the Android, show up wrong?

Original issue: http://code.google.com/p/birthday-adapter/issues/detail?id=22

dschuermann commented 11 years ago

From domschuermann@gmail.com on November 26, 2012 13:42:25 came by mail

dschuermann commented 11 years ago

From domschuermann@gmail.com on November 29, 2012 23:17:31 if no year is present in iCloud, 1604 is used. This causes android bug: http://code.google.com/p/android/issues/detail?id=37653

Should be partly fixed, when I implement issue #15