I’ve been playing around with patches to show event location in the Plasma Digital Clock’s agenda panel. Would you find this feature useful?
As this patch involves 3 separate projects, I though it might be better to seek for some advice in Discuss first.
The Changes:
- kdeclarative: adds
locationfield toEventData - kdepim-addons: populates location from KCalendarCore in the PIM events plugin
- plasma-workspace: exposes location via
EventDataDecoratorand shows it as a subtitle line in the agenda (currently, the line shows event note, which (in my case) is not that useful.)
Currently the agenda only shows title and description. If your events have a physical location set, there’s no way to see it without opening the full calendar app. These patches make it visible at a glance.
Happy to submit MRs if there’s interest.