Open Bug 1497434 Opened 3 years ago Updated 1 month ago

soft reminder notifications for all events

Categories

(Calendar :: General, enhancement)

enhancement
Not set
normal

Tracking

(thunderbird_esr78 wontfix)

ASSIGNED
89 Branch
Tracking Status
thunderbird_esr78 --- wontfix

People

(Reporter: mkmelin, Assigned: rnons)

Details

(Keywords: leave-open)

Attachments

(3 files)

[Thought I'd filed this in the past, but apparently not.]

I would like to get a (native) notification for each event in my calendar. When I have a meeting, notify me 5 min in advance, and then again 1 min before. If the meeting has a link, let me just click it open right from there. Times ideally  configurable, per event category.

This is different from the reminder feature because that is far too aggressive. I just want a soft reminder that I'll see while I'm at the computer - to be handled at discretion.
Can you specify what a (native) notification would look like for you? Using an OS notification?

What link are you referring to (an URL property, an ATTACH property, an uri in the event description or summary)?
Well, native depends on the platform, what I was more thinking of was using the Notifications API (https://developer.mozilla.org/en-US/docs/Web/API/notification) and then let that handle out how to integrate with platform.

I'm not sure exactly which properties e.g. video calls should be in and which they are in for real. I suppose the URL is correct yes. But, that's for the details. The most important thing for me personally would be to get the gentle nudge in the first place.
Severity: normal → enhancement
Pretty sure we had a bug on this back some time ago with a patch but for some reason we decided against it. May be time to revisit it. I'm pretty sure ssitter was involved, maybe he remembers?
Flags: needinfo?(ssitter)
Maybe you thought of Bug 329676 that I created 12 years ago?
Flags: needinfo?(ssitter)
Yes, that's the one! Thanks for the link.
Assignee: nobody → remotenonsense

Add calendar.alarms.shownotification pref, the idea is to allow user choose to use reminder dialog or notification, or both.

Status: NEW → ASSIGNED
Attachment #9210215 - Attachment description: Bug 1497434 - Support soft reminder notification for events. r=darktrojan → Bug 1497434 - Initial step to support soft reminder in CalAlarmService. r=darktrojan
Target Milestone: --- → 89 Branch

Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/bdbff1173b00
Initial step to support soft reminder in CalAlarmService. r=darktrojan

Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/d6b4520234c1
Support calendar level notification settings. r=darktrojan

This patch introduces a <calendar-notifications-setting> element, then use it in prefs page for global setting, and in calendar-properties-dialog for calendar level setting.

Attachment #9217943 - Flags: ui-review?(alessandro)

Comment on attachment 9217943 [details]
Bug 1497434 - Add config UI for global and calendar level notifications. r=darktrojan,aleca

Thanks for the request, I'm adding some comments in phab.

Attachment #9217943 - Flags: ui-review?(alessandro)
Attachment #9217943 - Attachment description: Bug 1497434 - Add config UI for global and calendar level notifications. r=darktrojan → Bug 1497434 - Add config UI for global and calendar level notifications. r=darktrojan,aleca
You need to log in before you can comment on or make changes to this bug.