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

Display more information on click (For Android 4.1) #39

Closed dschuermann closed 11 years ago

dschuermann commented 11 years ago

Original author: domschuermann@gmail.com (January 26, 2013 14:40:02)

Use: http://developer.android.com/reference/android/provider/CalendarContract.EventsColumns.html#CUSTOM_APP_PACKAGE and CUSTOM_APP_URI

Use http://developer.android.com/reference/android/provider/CalendarContract.CalendarSyncColumns.html to store corresponding contact id

or http://developer.android.com/reference/android/provider/CalendarContract.EventsColumns.html SYNC_DATA ???

better use sync data?!

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

dschuermann commented 11 years ago

From domschuermann@gmail.com on January 26, 2013 14:49:06 Show Name, birthday, and a link to the contact.