From 826105cfef7f497243b580514e64ebb8be274121 Mon Sep 17 00:00:00 2001 From: Alan Date: Sat, 21 Oct 2023 13:11:31 +0100 Subject: [PATCH] Update App.js to display Timetable ICS link rarther then UoM API --- client/src/App.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/App.js b/client/src/App.js index 9cc69e1..7803e6d 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -36,16 +36,16 @@ function App() {
-

STEP 1: Enter your UoM API URL

+

STEP 1: Enter your UoM Timetable ICS Link

  1. 1 . Visit https://timetables.manchester.ac.uk/timetables
  2. 2 . Sign In
  3. 3 . Click on the Subscribe button (located in the top right menu settings icon )
  4. 4 . Click on More
  5. 5 . Click on Copy
  6. -
  7. 6 . Paste the URL into the box below
  8. +
  9. 6 . Paste the Timetable ICS Link into the box below
- {setUomAPI(e.target.value); setHiddenManual(true);}} style={{ minWidth: "80%" }} /> + {setUomAPI(e.target.value); setHiddenManual(true);}} style={{ minWidth: "80%" }} />

STEP 2: Add to calender

@@ -62,7 +62,7 @@ function App() { options="'Apple','Google','iCal','Outlook.com','Yahoo','MicrosoftTeams','Microsoft365'" /> set up manually - :

Please enter a valid UoM Timetable link in step 1

} + :

Please enter a valid UoM Timetable ICS link in step 1

} {hiddenManual?null:<>

Most calendar apps enable you to subscribe using a URL. Copy the URL below and follow your calendar app's subscription instructions.

{newIcsUri}