Skip to content

fix: show Google Meet link in location field instead of "Google"#27508

Merged
anikdhabal merged 6 commits intomainfrom
gcalLocation
Feb 4, 2026
Merged

fix: show Google Meet link in location field instead of "Google"#27508
anikdhabal merged 6 commits intomainfrom
gcalLocation

Conversation

@anikdhabal
Copy link
Contributor

@anikdhabal anikdhabal commented Feb 2, 2026

Summary by cubic

Screenshot 2026-02-02 at 5 49 27 PM

Replaces the generic "Google" label with the actual Google Meet URL in the event location for Google Calendar events, improving clarity for attendees on all clients.

  • Bug Fixes
    • Compute location via getLocation using videoCallData/additionalInformation.
    • Apply fix to both event creation and update flows in CalendarService.

Written for commit 7180da6. Summary will update on new commits.

@anikdhabal anikdhabal requested a review from a team as a code owner February 2, 2026 12:31
@graphite-app graphite-app bot added the core area: core, team members only label Feb 2, 2026
@anikdhabal anikdhabal enabled auto-merge (squash) February 2, 2026 12:38
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name="packages/app-store/googlecalendar/lib/CalendarService.ts">

<violation number="1" location="packages/app-store/googlecalendar/lib/CalendarService.ts:306">
P2: `getLocation` never sees the newly created Google Meet link because `additionalInformation.hangoutLink` isn’t passed. This keeps the location as the provider label instead of the actual URL. Include the hangoutLink when computing location so it matches the description update.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 2, 2026

Devin AI is addressing Cubic AI's review feedback

A Devin session has been created to address the issues identified by Cubic AI.

View Devin Session

devin-ai-integration bot and others added 3 commits February 2, 2026 12:46
Address Cubic AI review feedback (confidence 9/10): Include the newly
created hangoutLink from the Google Calendar API response in the
additionalInformation object passed to getLocation, so the actual
Google Meet URL is shown instead of just the provider label.

Co-Authored-By: unknown <>
Apply the same fix to the updateEvent function to ensure the Google
Meet URL is shown instead of just the provider label when updating
calendar events.

Co-Authored-By: unknown <>
@pull-request-size pull-request-size bot added size/L and removed size/S labels Feb 3, 2026
@anikdhabal anikdhabal merged commit 0776bdf into main Feb 4, 2026
52 checks passed
@anikdhabal anikdhabal deleted the gcalLocation branch February 4, 2026 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core area: core, team members only ready-for-e2e size/L

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants