-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
birthday calendar: show age instead of birth year #12462
Comments
GitMate.io thinks possibly related issues are #1854 (Some contact birthdays shown multiple times), #2965 (Change Color of Birthday Calendar), #3084 (contact birthdays with no year given are shown with (*1604) in calendar), #3003 (Disable birthday contacts calendar generation for user), and #5504 ('Contacts Birthdays' showing up as task list). |
Since What do you think, @georgehrke? |
@tcitworld I'd use at least 10 years into the future and all the way back to birth. I don't think it will put much load on the server. After the first run, it'll be only one appointment each year. I even think that it will probably add more load to check whether appropriate events have been generated than just generating a larger amount in the first place. For people with death date given, the events should be generated for all the years between birth and death. |
Why would you need that? The birthday events of the year N+1 will be exactly the same than on year N. The feature with the birthday calendar is to be reminded of the upcoming birthday events, not exploring past birthday events or far future ones.
I administrate an instance where my user have a total of around one million contacts. Let's say only half of them have their birth date registered and they are on average 30 years old, generating all events from their birth and 10 years in the future would make 20 million events to handle, whereas I had only 500 000 before.
My plan was not to check whether they are generated or not (like it's done right now - but we only always have one event), it's just deleting the (old) birthday event(s) associated for each contact and recreating it once in a while.
👍 |
This may be a problem, but it is a one-time problem. This could be handled e.g. during upgrade. Once everything is created, it's not much more effort compared to now. |
I still don't see why someone would be interested to view birthday events from last 10 years or next 10 years, sorry. This really blocks me. :D |
@tcitworld: Please take a step back and have a look at the original issue. All I propose to change is showing the age of a person instead of a year. I didn't propose to change anything on the amount of appointments created. And, concerning the timeframe of events, thats just something that is probably best described as "calendar event completeness". I totally agree with you that most people look onto calendar dates 10 or 20 years from now. However, if someone does so, I think he should be presented will all events. Edit: Please have a look at this image, which very well described what I propose. It's taken from a hosted Open-Xchange. |
As a wrap-up: If changing the birthday calendar from year to age will lead to a limitation of events to -+2 years, please leave everything as it is and close this issue. |
I would personally just stick to |
Just an additional comment for @georgehrke : I am using mainly external apps for my calendars (e.g. phone, tablet, thunderbird calendar etc.) and by leaving it
|
I have been just before creating this issue by myself as I found it. Since I have different sync clients and for each client I have to create an own calendar to show the ages, I disagree to @georgehrke. Changes in the calendar app are not helpful for me. In this case I can't use this calendar on my sync clients. Please rethink the closing of this issue. Even three events per person would be enough for me. |
Why was this one closed? I would find it a good addition to be able to either show the year of birth or the age AND be able to sync that to all my clients. Regardless, there is an Android App (https://f-droid.org/en/packages/org.birthdayadapter/) which can do this. You can configure it to various schemas how to show the birthday. For now, I'm going back to this app than using nextcloud's birthday calendar. |
We are already showing the year of birth: John Doe (*1976) |
Unfortunately that app is not maintained anymore, see here and here. On his website, the maintainer writes that he wants to retire the app. Anyways, I think it would make a great feature in nextcloud. |
Are there any updates on this issue? None of my calendars are able to convert the age automatically, so in my mind this is still a valuable enhancement. Unfortunately i lack the knowledge about dav etc. to create a PR myself but would still love this feature. |
carrying this over from calendar: nextcloud/calendar#940.
I assume this needs some larger reprogramming, since right now just one series of identical events is created and this request will add a necessity to create one event each year. However, I think this will enhance UX. When you see a colleague or friend who's birthday is today, normally people say "congrats on your 42nd birthday" and not "congrats on being born in 1976".
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 added to the notes.
Actual behaviour
The calendar shows "John Doe (*1976)".
Server configuration
Server version: 14.0.3
Calendar version: 1.6.3
The text was updated successfully, but these errors were encountered: