feat(dav): allow muting reminders per calendar - #63774
Open
SoleroTG wants to merge 1 commit into
Open
Conversation
SoleroTG
requested review from
a team,
ChristophWurst,
SebastianKrupinski and
tcitworld
as code owners
August 28, 2026 14:42
SoleroTG
requested review from
Altahrim,
CarlSchwan,
leftybournes and
salmart-dev
and removed request for
a team
August 28, 2026 14:42
This was referenced Aug 28, 2026
Contributor
|
Hi @SoleroTG Thank you for the PR. But please put back the original PR description and modify the information Also can you rebase your changes on the latest master please |
Add {http://nextcloud.com/ns}ignore-reminders CalDAV property and ignore_reminders DB column to calendars and dav_shares tables to allow per-user per-calendar notification muting.
Signed-off-by: SoleroTG <github-29h@solero.quietmail.eu>
SoleroTG
force-pushed
the
feat/per-calendar-ignore-reminders
branch
from
August 28, 2026 14:56
4a06cd0 to
ddcfe7b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the CalDAV property
{http://nextcloud.com/ns}ignore-reminderstocalendarsanddav_sharesdatabase tables to allow users to mute background event notifications (email and push) on a per-calendar basis.Version1038Date20260828000000addingignore_remindersboolean columns tocalendarsanddav_shares.PROPPATCH/PROPFINDhandling inCalDavBackend.php.ReminderService.phpensuring independent muting for owners and sharees.CalDavBackendTest.php.Checklist
AI (if applicable)