-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show age instead of birth year #940
Comments
Isn't this a server issue ? |
@tcitworld Displaying the age is nothing we can practically do on the server, because it prevents us from using |
This probably needs some larger remodeling. As far as I can see it out of your code, right now you're creating a series appointment every year with the same text "John Doe (*1976)". You'll probably need to recode this to create a single appointment each year with a different text "John Doe (1)", "John Doe (2)", ... |
@johkoenig Then we end up having at least 100 times as many birthday events, not to mention that updating a contact will also result in 100 update queries .... My idea was to keep |
The downside of this is that e.g. in Thunderbird, I still only see |
@johkoenig If you want to discuss this more feel free to open an issue in the server repo. |
The Android Open Source Project (AOSP) as of 9.0 does not handle this e.g. does not support a birthday calendar. Non-vanilla Android versions (vendor modified) might have native support for this. In any case, Birthday Adapter does exactly what you proposed (generates calendar events like "John Doe (42)"). |
@ypid-geberit Thats good to know. My iPhone does the same, based on the data from the contact storage. |
I am very interested in this feature, too. In case there is a solution, I would love it if round birthdays could be highlighted so I can consider them in my planning without the need to check each entry. |
This comment was marked as duplicate.
This comment was marked as duplicate.
Hello. I would also prefer to see the age instead of the year of birth. I understand the problem with the recurring appointments. For the age in the title, an entry would have to be created for each year. My suggestion. Make the following feature optionally activatable in the settings: That would be a perfect solution for me. What do you think? |
Steps to reproduce
Expected behaviour
If somebody is born on August 1st, 1976, then the calendar of August 2018 should show "John Doe (42)"
The birthday date could be atted to the notes.
Actual behaviour
The calendar shows "John Doe (*1976)".
Server configuration
Server version: 14.0.3
Calendar version: 1.6.3
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: