feat(calendar): expose ordered VALARM reminders#969
Open
silviuchingaru wants to merge 1 commit into
Open
Conversation
Adds ordered VALARM reminder parsing/serialization for events and todos.
425bbf7 to
a3e3446
Compare
|
pi0n00r
added a commit
to pi0n00r/nextcloud-mcp-server
that referenced
this pull request
Jul 6, 2026
Thanks to Silviu Chingaru for the upstream contribution. This imports the ordered VALARM reminder support into the pi0n00r fork after focused fork validation.
pi0n00r
added a commit
to pi0n00r/nextcloud-mcp-server
that referenced
this pull request
Jul 6, 2026
pi0n00r
added a commit
to pi0n00r/nextcloud-mcp-server
that referenced
this pull request
Jul 6, 2026
Import upstream ordered VALARM reminder support from cbcoutinho#969 and keep omitted reminders preserving existing alarms while reminders: [] clears them. Fork hardening: round-trip standard EMAIL/reminder fields including SUMMARY, DURATION, REPEAT, and ATTENDEE when callers explicitly send reminder lists back. Upstream commit: a3e3446 / local prior import: 8743364.
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
trigger_atreminders, ordered list updates, and explicit clearing withreminders: [].Test Plan
uv run ruff check nextcloud_mcp_server tests/unit/client/test_calendar.pyuv run pytest tests/unit/client/test_calendar.py -q