Etar-Group / Etar-Calendar

Android open source calendar
https://f-droid.org/packages/ws.xsoh.etar/
GNU General Public License v3.0
2.04k stars 393 forks source link

Show birthdays from contacts database #234

Open mueller-ma opened 7 years ago

mueller-ma commented 7 years ago

Currently: "foo bar (1900)" Probably better: "117 foo bar (1900)"

jspricke commented 7 years ago

We neither have the information that it's a birthday entry nor is there a standardized format where to put the year of birth and I haven't found a hint on how to do it in icalendar either. In conclusion, I don't think it's possible to do without putting in lots of assumptions about the users intention and then I don't think we should do it.

mueller-ma commented 7 years ago

I used aCalender and it looked up the birthdates in the local contacts

jspricke commented 7 years ago

that's an independant feature, pull requests welcome.

guest4711 commented 7 years ago

You may use birthday adapter for it: Birthday Adapter (Birthday Calendar Adapter) - https://f-droid.org/app/org.birthdayadapter

QAQDE commented 1 year ago

You may use birthday adapter for it: Birthday Adapter (Birthday Calendar Adapter) - https://f-droid.org/app/org.birthdayadapter

cheers mate :)

Codain commented 9 months ago

We neither have the information that it's a birthday entry nor is there a standardized format where to put the year of birth and I haven't found a hint on how to do it in icalendar either. In conclusion, I don't think it's possible to do without putting in lots of assumptions about the users intention and then I don't think we should do it.

Is there any change on this regard 5.5 years later? Maybe an informal widespread standard among the users of this app? For instance Etar Calendar is shipped with a fork of LineageOS Contacts which offers birthdays support on /e/OS. Would be cool to have them synced.

mueller-ma commented 9 months ago

I solved the issue by syncing my calendar and contacts with a server that creates an additional read-only calendar "birthdays".

natrius commented 8 months ago

I would like to add: I used simple-calendar until now (The developer sold his apps to a company known to include commercials so i guess more people will join here) where there is a simple slider and it seems it created a local calendar for that issue. In Etar in the settings i have account_name_local with one calendar calendar_displayname_local that seems to include the entries imported from the contacts with the entry named Name Surname's Birthday.

You could download "Fossify Calendar" (a fork from simple calendar) to check yourself.

EDIT: While i don't think a "This person will get XY years" is neccessary, it would be a nice addition.