Version: (using KDE KDE 3.5.4) Installed from: Mandriva RPMs OS: Linux Would like to have the ability to include the start date and category sections in the "Include Information" print box, which would allow this information to appear on the printed report.
A possibly relevant merge request was started @ https://invent.kde.org/pim/calendarsupport/-/merge_requests/10
Git commit 6bfd7309f3196c5f147a7c2389cc84394ca477db by Glen Ditchfield, on behalf of Glen Ditchfield. Committed on 03/06/2021 at 01:53. Pushed by gditchfield into branch 'master'. Allow inclusion of categories and start dates in the printed to-do list * Added check boxes to the configuration dialog to allow inclusion of the to-do categories (tags) and start date. * Added optional headers and data colums to the print-out. Related: bug 250450, bug 195779 M +40 -17 src/printing/calprintdefaultplugins.cpp M +2 -0 src/printing/calprintdefaultplugins.h M +82 -39 src/printing/calprintpluginbase.cpp M +44 -5 src/printing/calprintpluginbase.h M +60 -12 src/printing/calprinttodoconfig_base.ui https://invent.kde.org/pim/calendarsupport/commit/6bfd7309f3196c5f147a7c2389cc84394ca477db
A possibly relevant merge request was started @ https://invent.kde.org/pim/calendarsupport/-/merge_requests/12
Fix merged.