Simplify calendar subscribe — single webcal:// button for all platforms
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
One "Dodaj do kalendarza" button with webcal:// protocol works on: - iPhone/Mac: opens Apple Calendar - Android: opens app picker (Google Calendar, Samsung Calendar, etc.) - Desktop: opens default calendar app Manual URL copy kept as fallback. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
292c5bdb52
commit
c404e78d51
@ -574,17 +574,9 @@
|
||||
Kliknij przycisk odpowiedni dla Twojego kalendarza. Wydarzenia Izby będą się automatycznie synchronizować.
|
||||
</p>
|
||||
<div style="display:flex; flex-direction:column; gap:10px; margin-bottom:16px;">
|
||||
<a href="webcal://nordabiznes.pl/kalendarz/ical" 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>iPhone / Mac — Kalendarz Apple</span>
|
||||
</a>
|
||||
<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;">
|
||||
<a href="webcal://nordabiznes.pl/kalendarz/ical" style="display:flex; align-items:center; gap:10px; padding:12px 16px; background:#eff6ff; border:1px solid #bfdbfe; border-radius:var(--radius); text-decoration:none; color:#1e40af; font-size:15px; font-weight:600;">
|
||||
<span style="font-size:22px;">📅</span>
|
||||
<span>Google Calendar</span>
|
||||
</a>
|
||||
<a href="https://outlook.live.com/calendar/0/addfromweb?url=https%3A%2F%2Fnordabiznes.pl%2Fkalendarz%2Fical&name=Norda%20Biznes" 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>Outlook</span>
|
||||
<span>Dodaj do kalendarza</span>
|
||||
</a>
|
||||
</div>
|
||||
<div style="border-top:1px solid #e5e7eb; padding-top:12px;">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user