Created attachment 133677 [details] Calendar events not clickable SUMMARY Calendar events should be clickable in the Calendar events view. Screenshot tells more. STEPS TO REPRODUCE 1. Install kdepim-addons 2. Configure Google Calendar 3. Notice how Events don't have clickable links. OBSERVED RESULT Plain text with link tinting, but they are clickable. EXPECTED RESULT Clicking the link opens it with a specific application, for example, default browser. If not possible to make links clickable, then it should be great if it could open in Korganizer or something. This kind of behavior would decrease the time to join Teams meeting if it could be joined directly from the system tray. SOFTWARE/OS VERSIONS Linux/KDE Plasma: 5.20.3 (available in About System) KDE Plasma Version: 5.20.3 KDE Frameworks Version: 5.75.0 Qt Version: 5.15.1 Kernel Version: 5.4.0-54-generic ADDITIONAL INFORMATION
Same issue still exists :(
this isn't a kdepim issue. looks more like the plasma calendar. I'll reassign.
This bug would be trivially fixed by adding the following code to the QQC2.Label that can contain links: onLinkActivated: { Qt.openUrlExternally(link); } See https://doc.qt.io/qt-5/qml-qtquick-text.html#linkActivated-signal However I don't have KDEPIM installed so I don't have the ability to see events in my calendar popup to test this fix, and from code inspection, it kind of looks like only the event titles are shown in the list view now. It would appear that the event descriptions are now only shown in tooltips, which (as all tooltips do) will disappear when you move the mouse over it. So the bug is now unfixable without regaining the ability to see the description in a non-tooltip representation.
In the absence of clickable links in tooltips, it would be good if the event content would be accessible from the Digital Clock widget in some other way. Clicking the event could open it in a calendar app, for example.
Git commit 69f8d3128951c9e052a7083335ed4adcede5e469 by Nate Graham, on behalf of Francesco Fortunelli. Committed on 11/08/2026 at 13:52. Pushed by ngraham into branch 'master'. applets/digital-clock: Show event descriptions Enables viewing and selecting text of event descriptions (previously events shown on mouse hover, but were not selectable). FIXED-IN: 6.8.0 M +17 -5 applets/digital-clock/CalendarView.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/69f8d3128951c9e052a7083335ed4adcede5e469