Bug 66425 - wish: insert age at birthday-items in calendar when importing
Summary: wish: insert age at birthday-items in calendar when importing
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: 3.1.1
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
: 78922 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-10-22 22:35 UTC by Bernd Karcher
Modified: 2009-09-05 17:41 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernd Karcher 2003-10-22 22:35:46 UTC
Version:           3.1.1 (using KDE KDE 3.1.1)
Installed from:    SuSE RPMs

when using the birthday-plugin it can be nice, when the generated items in the calendar are showing the actual age. Perhaps the items at least are only created for the folloing 12 months. It's like the function of "HappyDays" for the old palm Organizers.
Comment 1 Reinhold Kainhofer 2004-07-11 01:21:35 UTC
*** Bug 78922 has been marked as a duplicate of this bug. ***
Comment 2 protective1 2006-02-08 03:07:59 UTC
If you add the age to descriptions at import, you'll need to create separate items for each year's birthday.  This doesn't seem like a good solution because you could end up adding an infinite number of items.

I think it would be better to have an option to automatically calculate and display age in descriptions for certain categories of items.  For example, on my calendar I want all items from the categories "Birthday" and "Anniversary" to automatically add the age to the description.
Comment 3 Reinhold Kainhofer 2006-11-02 18:59:53 UTC
Reassigning all KOrganizer bug reports and wishes to the newly created 
korganizer-devel mailing list.
Comment 4 Dotan Cohen 2009-07-13 15:27:37 UTC
I think that bug 143465 covers this bug. Despite the lower bug number, I am marking this as the dupe as 143465 is better developed.

*** This bug has been marked as a duplicate of bug 143465 ***
Comment 5 Allen Winter 2009-09-05 17:08:02 UTC
SVN commit 1020203 by winterz:

Agendaview, Monthview, and Listview show the age of the birthday person as
well as the anniversary year. For the birthdays resource only.

MERGE: none
BUG:66425


 M  +8 -0      kohelper.cpp  
 M  +6 -0      kohelper.h  
 M  +22 -1     views/agendaview/koagendaitem.cpp  
 M  +12 -12    views/agendaview/koagendaitem.h  
 M  +28 -10    views/listview/kolistview.cpp  
 M  +4 -2      views/listview/kolistview.h  
 M  +18 -3     views/monthview/monthitem.cpp  
 M  +1 -0      views/monthview/monthitem.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1020203
Comment 6 Dotan Cohen 2009-09-05 17:41:17 UTC
Thanks, Allen.