SufficientlySecure / birthday-calendar

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

Birthdays aren't shown in the calendar widget at birthday #33

Closed dschuermann closed 11 years ago

dschuermann commented 11 years ago

Original author: martinha...@googlemail.com (January 05, 2013 20:00:44)

What steps will reproduce the problem?

  1. Have some contacts with birthdays
  2. Sync the adapter
  3. Use the Android Calendar Widget from Google

What is the expected output? What do you see instead? On the birthday itsself, the event isn't shown in the widget. The days before it is shown. Other "all day" events, that i create manually in the calendar, are shown too.

What version of the product are you using? On what operating system? I use the newest version on Android 4.2.1 on a Galaxy Nexus.

Please provide any additional information below. I think there is some parameter, that isn't set, please have a look at this.

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

dschuermann commented 11 years ago

From domschuermann@gmail.com on January 14, 2013 15:36:59 Should be fixed in 1.7, which should appear in short time on Google Play. When 1.7 did not fix this issue report back, please.

dschuermann commented 11 years ago

From martinha...@googlemail.com on February 09, 2013 12:35:17 Thanks for your support and sorry for my late answer. I just started to build some Android Applications and so I modified your app for my purposes. Could you please tell me, what solves the error? Is it just a special property that wasn't set before?

dschuermann commented 11 years ago

From domschuermann@gmail.com on February 09, 2013 13:09:12 see here: https://github.com/dschuermann/birthday-adapter/commit/326b013f1fa54c8896f0022083fb6f256fbd0a19

Do you made any improvements to Birthday Adapter, which could be useful to others?

dschuermann commented 11 years ago

From martinha...@googlemail.com on February 09, 2013 14:21:57 Thank you. I hope to do so in near future. Perhaps this feature already exists and I just didn't find it (I think that I don't have the newest source code), but I have changed the code, so that you see the age of the person in the eventtitle. In addition, you can configure the eventtitle with parameters ("$f $n has birthday") would print "Max Mustermann has birthday" if the firstname is "Max" and the name is "Mustermann".