feat(calendar): open event meeting links from the events card - #3786
Open
floydya wants to merge 1 commit into
Open
feat(calendar): open event meeting links from the events card#3786floydya wants to merge 1 commit into
floydya wants to merge 1 commit into
Conversation
floydya
marked this pull request as draft
August 3, 2026 20:53
floydya
force-pushed
the
feat/calendar-event-links
branch
from
August 4, 2026 05:46
e256c68 to
ca0d220
Compare
floydya
force-pushed
the
feat/calendar-event-links
branch
from
August 4, 2026 06:57
ca0d220 to
1232e2e
Compare
floydya
marked this pull request as ready for review
August 4, 2026 07:26
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
Resolve a clickable meeting link for calendar events and make linked events open in the browser from the control center events card.
Motivation
Meeting URLs already arrive with every sync - Google and Outlook write them into
LOCATION, butLOCATIONwas stored and never displayed, and theURLproperty was not parsed at all. Joining a meeting meant leaving the shell and finding the event in a browser.Type of Change
Related Issue
None
Testing
tests/event_link_test.cpp(new, registered inmeson.build): 24 cases covering bare/embedded links, trailing punctuation and wrappers, LOCATION-over-URL precedence, scheme rejection (file:,data:,webcal:,mailto:), control characters, length cap, and token-boundary matching.tests/ical_parser_test.cpp: three VEVENT fixtures - LOCATION link wins overURL,URLfallback, and no link.just format(clang-format v22).LOCATION, the marker renders on the time line, and clicking opens the browser.Manual Coverage
Screenshots / Videos
Checklist
CONTRIBUTING.md.just formatwith clang-format v22+ installed, or this PR has no code changes.assets/translations/en.json, or this PR adds no new user-facing strings.Additional Notes
DESCRIPTIONis not scanned. It carries dial-in numbers, unsubscribe links and HTML, so picking "the" link from it would surface wrong targets. Can be added if real calendars need it.conferenceData.entryPoints[]is not walked;hangoutLinkcovers Google Meet today.hangoutLinkwith an emptyLOCATIONhas nothing to backfill from and becomes clickable after the next sync.