nextcloud / nextcloud/calendar

"Default Reminder" TYPE (Email vs. Push Notification) configuration/settings not available

Open
#5,130 1 comment 6 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. to triage enhancement
Dominant language
JavaScript
Stars
1.2k
Forks
332
Avg merge
16h 13m
Merged PRs (30d)
137

Description

Is your feature request related to a problem? Please describe.

Currently "Default Reminders" are configure to use "Push Notifications" and there is no way to change it in the setting as far as I can tell. This is not useful in many situations for some user or attendees with out an NC account.

https://github.com/nextcloud/calendar/blob/e9929ed2349614cc7e4c5a8951cbb17548e558ae/src/store/calendarObjectInstance.js#L1562-L1572

image

Describe the solution you'd like

Provide a way to select Default Notification TYPE, similar to per Event notification type.
image

Describe alternatives you've considered

No response

Additional context

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with src/store/calendarObjectInstance.js around lines 1562-1572, then trace the existing per-event notification type control and the settings UI it references. Done means users can choose Email or Push Notification for default reminders and new default reminders use that choice.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
62/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.