From 45e16313baa34550d8efdb6fbe7da1eb6511262c Mon Sep 17 00:00:00 2001 From: Connor Johnstone Date: Wed, 3 Sep 2025 22:33:27 -0400 Subject: [PATCH] Update external calendar modal help to include Google Calendar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added Google Calendar setup instructions alongside existing Outlook 365 instructions. Updated modal title to "Setting up External Calendars" and reorganized help text to show both supported platforms with specific step-by-step instructions. Google Calendar: hover over calendar → three dots → Settings and sharing → Integrate calendar → Public address in iCal format 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .../src/components/external_calendar_modal.rs | 33 ++++++++++++++----- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/external_calendar_modal.rs b/frontend/src/components/external_calendar_modal.rs index 9b46315..b8971e4 100644 --- a/frontend/src/components/external_calendar_modal.rs +++ b/frontend/src/components/external_calendar_modal.rs @@ -125,17 +125,32 @@ pub fn external_calendar_modal(props: &ExternalCalendarModalProps) -> Html { }
-

{"Setting up Outlook 365 Calendar"}

+

{"Setting up External Calendars"}

- {"Currently tested with Outlook 365 calendars. To get your calendar link:"} + {"Currently tested with Outlook 365 and Google Calendar. To get your calendar link:"}

-
    -
  1. {"Go to Outlook Settings"}
  2. -
  3. {"Navigate to Calendar → Shared Calendars"}
  4. -
  5. {"Click \"Publish a calendar\""}
  6. -
  7. {"Select your calendar and choose \"Can view all details\""}
  8. -
  9. {"Copy the ICS link and paste it below"}
  10. -
+ +
+ {"Outlook 365:"} +
    +
  1. {"Go to Outlook Settings"}
  2. +
  3. {"Navigate to Calendar → Shared Calendars"}
  4. +
  5. {"Click \"Publish a calendar\""}
  6. +
  7. {"Select your calendar and choose \"Can view all details\""}
  8. +
  9. {"Copy the ICS link and paste it below"}
  10. +
+
+ +
+ {"Google Calendar:"} +
    +
  1. {"Hover over your calendar name in the left sidebar"}
  2. +
  3. {"Click the three dots that appear"}
  4. +
  5. {"Select \"Settings and sharing\""}
  6. +
  7. {"Scroll to \"Integrate calendar\""}
  8. +
  9. {"Copy the \"Public address in iCal format\" link"}
  10. +
+