| Summary: | Allow non-interrupting reminders | ||
|---|---|---|---|
| Product: | [Applications] korganizer | Reporter: | zocker.network |
| Component: | reminder daemon (korgac) [CLOSED: Use Reminder Daemon product] | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | gjditchfield, marco.rubin, tusooa, vkrause, winter |
| Priority: | NOR | ||
| Version First Reported In: | 5.15.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
zocker.network
2021-03-07 20:48:20 UTC
I'm not exactly sure what you're asking.. but maybe we already have this feature. look in the bottom left area for the calendar manager. right-mouse context menu on the calendar you want manage. select Folder Properties. click "Block reminders locally" repeat for all calendars you want to block. terrible UI, I agree. let me know if this does what you want No. This only helps me as long as KDE Connect syncs calendar reminders from my phone to my PC. I want to change KOrganizer current behavior of reminding the user using a dialog to using simple notifications. To clarify, it would be good enough if on every reminder, KOrganizer does instead call: $ notify-send -t 0 "Reminder for <APPOINTMENT> at <TIME>" I wish such kind of notifications for me. Can confirm. I will work on a fix. (In reply to Tusooa Zhu from comment #3) > Can confirm. I will work on a fix. Great! Just in case you're not on the kde-pim mailing list, there is a related discussion at https://mail.kde.org/pipermail/kde-pim/2021-August/047780.html and the start of a merge request at https://invent.kde.org/pim/korganizer/-/merge_requests/43/diffs#note_287809 *** Bug 429372 has been marked as a duplicate of this bug. *** (In reply to gjditchfield from comment #4) > (In reply to Tusooa Zhu from comment #3) > > Can confirm. I will work on a fix. > > Great! Just in case you're not on the kde-pim mailing list, there is a > related discussion at > https://mail.kde.org/pipermail/kde-pim/2021-August/047780.html and the start > of a merge request at > https://invent.kde.org/pim/korganizer/-/merge_requests/43/diffs#note_287809 Thanks a lot for telling me about that. It sounds pretty insightful. (In reply to Tusooa Zhu from comment #3) > Can confirm. I will work on a fix. Great :) Glen pointed out the current plans/discussions regarding reminders already, another relevant thing to look at is https://invent.kde.org/plasma-mobile/calindori/-/tree/master/calindac, which might contain some reusable code for the notifications already. korgac has been replaced by a new reminder daemon, kalendarac, in version 22.04.0 (5.20.0). It uses notifications to display reminders. |