https://bugs.kde.org/show_bug.cgi?id=481069

--- Comment #11 from Andreas Schneider <a...@cryptomilk.org> ---
Here is the script I execute. I would be nice to get the event summary and
event start, but only getting the functionality in KDE6 would be enough for a
start.

cat bin/kde-alarm-event.sh
#!/bin/bash

# System Settings -> Notifications -> Application-specific settings
# Calendar Reminders -> Configure Events
# Run command: /home/asn/bin/kde-alarm-event.sh
#
# You can pass as arguments:
# %e – Event ID
# %a – Application Name
# %s – Text
# %w – WinID
# %t – window title (if it is a widget)
# %i – notification ID
# %d – Application display name
#
# None of them provide the event summary :-(

# We need to set LC_ALL or spd-say wont work!
LC_ALL=de_DE.UTF-8
export LC_ALL

/usr/bin/spd-say -l de -w "Andreas, du hast einen Termin"

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to