Feat: add update and delete support for calendar events#48
Closed
JonathanGodley wants to merge 1 commit into
Closed
Feat: add update and delete support for calendar events#48JonathanGodley wants to merge 1 commit into
JonathanGodley wants to merge 1 commit into
Conversation
Add update_calendar_event and delete_calendar_event MCP tools with both JMAP and CalDAV implementations, following the existing dual-source fallback pattern.
Owner
|
Closing as superseded: v1.11.0 ships update_calendar_event and delete_calendar_event via PR #53, which grew out of this work and adds in-place (non-destructive) patching, attendee support, and recurring-event safety on top. Thanks for kicking off the update/delete design here — the tool shapes landed essentially as you proposed them. |
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
update_calendar_eventtool — updates title, description, start, end, and/or location on an existing event. Only provided fields are changed; others are preserved.delete_calendar_eventtool — deletes a calendar event by UID.Test plan
update_calendar_eventpreserves unchanged fields when updating title onlyupdate_calendar_eventupdates start/end times correctlyupdate_calendar_eventthrows when event not founddelete_calendar_eventdeletes event by UIDdelete_calendar_eventthrows when event not found