Skip to content

feat: add native app deep links#150

Draft
devin-ai-integration[bot] wants to merge 3 commits into
mainfrom
devin/eng-1756-app-deep-links
Draft

feat: add native app deep links#150
devin-ai-integration[bot] wants to merge 3 commits into
mainfrom
devin/eng-1756-app-deep-links

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds verified-link handling for https://app.cal.com and https://app.cal.eu URLs that already have native Companion views:

/bookings[/<filter>]                 → bookings tab
/bookings/<filter>?uid=<uid>         → booking detail
/booking/<uid>                       → booking detail
/event-types[/<numeric-id>]          → event types list/detail
/availability[/<numeric-id>]         → availability list/detail
/more                                → more tab

Unsupported links—including username pages and web-only views—remain unchanged. Explicit app links bypass the configured default landing-page redirect so the requested destination wins.

Configures iOS associated domains and Android verified HTTPS intent filters. Host constants live in a pure module so deep-link resolution and Jest coverage do not import React Native runtime dependencies. Domain verification is provided by https://github.com/calcom/cal/pull/4598.

Fixes ENG-1756.

Validation:

  • Full repository lint, React Compiler lint, and Cal hostname policy check
  • Mobile TypeScript typecheck
  • Expo public config generation
  • 26 targeted Jest assertions for supported/unsupported links and landing-page behavior

Link to Devin session: https://app.devin.ai/sessions/5280a40ce90141f09374ff342d9d9671
Requested by: @PeerRich

Co-Authored-By: peer@cal.com <peer@cal.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

Co-Authored-By: peer@cal.com <peer@cal.com>
@vercel

vercel Bot commented Jul 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Actions Updated (UTC)
cal-companion-chat Ignored Ignored Jul 16, 2026 10:45am
cal-companion-mcp Ignored Ignored Jul 16, 2026 10:45am

Request Review

Co-Authored-By: peer@cal.com <peer@cal.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants