This utility allows you to generate an iCal file containing your University of Adelaide timetable for a given semester, which you can then import into your calendar.
You can install AUDIT by downloading it through the releases tab or by building it yourself (see Developing for more information).
AUDIT is not currently available on Firefox Add-ons or the Chrome Web Store.
To run this extension you must be on the MyAdelaide Home Page
Download the zip file from the releases tab or build the extension yourself.
Unzip the Chrome file and load the unpacked extension at chrome://extensions
. Make sure that developer mode is enabled, otherwise, the option to load an unpacked extension won't be available.
You must be using Firefox 109 or later.
Download the .xpi
file from the releases tab or build it yourself.
Go to about:addons
then under the settings icon, click "Install Add-on From File...". Make sure to give the extension its required permissions.
The generated iCal file can be imported into your calendar to automatically add your university timetable.
To import the iCal file into Google Calendar, follow these steps:
- Download the iCal file from the AUDIT extension.
- Open your Google Calendar.
- Click the "Settings" gear icon in the top right corner.
- Select "Settings" from the dropdown menu.
- Click on the "Import & Export" tab on the left-hand side of the screen.
- Click on the "Select file from your computer" button and choose the downloaded iCal file.
- Choose the calendar where you want to add the imported events.
- Click "Import" and wait for the calendar to import the events from the iCal file.
To import the iCal file into Apple Calendar, follow these steps:
- Download the iCal file from the AUDIT.
- Open Apple Calendar.
- Click on "File" in the top left corner of the screen.
- Select "Import" from the dropdown menu.
- Choose the downloaded iCal file from your computer.
- Choose the calendar where you want to add the imported events.
- Click "Import" and wait for the calendar to import the events from the iCal file.
Note
Depending on the version of the Google Calendar or Apple Calendar you are using, the steps may differ slightly, but the general process should be the same.
- Run
npm install
to install dependencies - Run
python3 build.py prod
(py build.py prod
on Windows) to convert TypeScript to JavaScript and copy the necessary files - Find the extension under
extension/
If you notice any issues with the extension, please open an issue or create a pull request that addresses said issues. Any suggestions or feature requests may also be added to the issues.