You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Join: if ICS DESCRIPTION/LOCATION/URL/X-GOOGLE-CONFERENCE contains meet.google.com/zoom.us/teams.microsoft.com|teams.live.com, show Join Meet/Zoom/Teams button opening via xdg-open (src/services/calendar.rs:350, src/ui/calendar.rs:250).
Directions + leave: if LOCATION is physical address (not URL, src/services/calendar.rs:400), show Directions → https://www.google.com/maps/dir/?api=1&destination=… (src/services/calendar.rs:410) and async Leave HH:MM (N min) via current location (portal 3s → ipinfo.io35.4887,-82.9887src/services/location.rs:106) → Nominatim → OSRM, cached (~/.cache/naarchy/geocode.json/route.json), 5 min buffer (src/services/location.rs:219). Enriched via Event::CalendarEnriched (src/services/mod.rs:28, src/app.rs:377).