Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SergeyMosin opened this issue Apr 5, 2023 · 1 comment
Labels
0. to triage Pending approval or rejection enhancement New feature request

Comments

@SergeyMosin
Copy link

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.

// Add an alarm if the user set a default one in the settings. If
// not, defaultReminder will not be a number (rather the string "none").
const defaultReminder = parseInt(settings.state.defaultReminder)
if (!isNaN(defaultReminder)) {
commit('addAlarmToCalendarObjectInstance', {
calendarObjectInstance,
type: 'DISPLAY',
totalSeconds: defaultReminder,
})
logger.debug(`Added defaultReminder (${defaultReminder}s) to newly created event`)
}

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

@SergeyMosin SergeyMosin added 0. to triage Pending approval or rejection enhancement New feature request labels Apr 5, 2023
@scollovati
Copy link

Agree. A similar request is also in the community https://help.nextcloud.com/t/calendar-set-default-to-email-notification/130072

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. to triage Pending approval or rejection enhancement New feature request
Projects
None yet
Development

No branches or pull requests

2 participants