This exporter was created to export the lesson calendar data from the selfservice campus (Campus Dual) and create an .ics file which can be imported into Outlook.
- Clone this repositroy into a local directory of your choice
- Execute the command
python -m pip install -r requirements.txt
from your terminal to install the currently needed dependencies. - Change the
userid
and thehashcode
values within theexporter.py
to your corresponding values. You can get the hashcode from Campus Dual if you log into the site, view the page source and search for the entryhash
. - Execute the Script.
- Double click the resulting
ba-calendar.ics
to import it into your Outlook calendar which will be created within the same directory of the exporter.