Add Copy Meeting Link to event menu - #309
Open
travisfortney wants to merge 1 commit into
Open
Conversation
travisfortney
marked this pull request as ready for review
July 27, 2026 15:06
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.
What changed
Copyevent command toCopy Event Details.Copy Meeting Linkwhen Itsycal detects a meeting URL.existing app-specific Join behavior.
Why
I use Itsycal every day and really appreciate the work that keeps it focused,
dependable, and native to macOS. Thank you to everyone who maintains it. This
change is intentionally small and follows the existing event and meeting-link
behavior.
The existing Copy command can already include a meeting URL when the URL is
stored in the event location. It also copies the event title and date and time,
however, so copying a link for use elsewhere requires removing that extra
content.
Copy Meeting Link puts only the detected meeting URL on the clipboard. For
services such as Zoom and Microsoft Teams, it copies the original shareable
HTTPS URL instead of an app-specific launch URL. The existing Join button
continues to open the installed meeting app when supported.
Screenshot
Testing
plutil -lintThe project has one application target and no automated test target, so this
small change was validated through the real event context-menu and clipboard
paths rather than adding a new test harness.