Fix Google Calendar subscribe link — use /r?cid= format
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Previous /render?cid=webcal:// format didn't add the calendar. New format /r?cid=https:// is the correct way to subscribe. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
355e2a152e
commit
292c5bdb52
@ -578,7 +578,7 @@
|
||||
<span style="font-size:22px;">🍎</span>
|
||||
<span>iPhone / Mac — Kalendarz Apple</span>
|
||||
</a>
|
||||
<a href="https://calendar.google.com/calendar/render?cid=webcal%3A%2F%2Fnordabiznes.pl%2Fkalendarz%2Fical" target="_blank" style="display:flex; align-items:center; gap:10px; padding:12px 16px; background:#f9fafb; border:1px solid #e5e7eb; border-radius:var(--radius); text-decoration:none; color:#1f2937; font-size:14px; font-weight:500;">
|
||||
<a href="https://calendar.google.com/calendar/r?cid=https%3A%2F%2Fnordabiznes.pl%2Fkalendarz%2Fical" target="_blank" style="display:flex; align-items:center; gap:10px; padding:12px 16px; background:#f9fafb; border:1px solid #e5e7eb; border-radius:var(--radius); text-decoration:none; color:#1f2937; font-size:14px; font-weight:500;">
|
||||
<span style="font-size:22px;">📅</span>
|
||||
<span>Google Calendar</span>
|
||||
</a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user