Skip to content

Python script fetches class data and converts it into an ICS file for import into calendar applications

License

Notifications You must be signed in to change notification settings

ayoung012/rmit-timetable-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

rmit-timetable-export

A calender export script written in Python specifically for RMIT mytimetable. Takes RMIT credentials and fetches class data to be interpreted into an ICS file. Outputs to a file named calsXXXXXXX.ics (where XX... is the given student number)

Usage: python ./rmitcal.py <username> <password>

Tested and runs on Python 2.6.6 and Python 3

Requires these two Python packages: Requests 2.12.3 https://pypi.python.org/pypi/requests/ lxml 3.4.4 http://lxml.de/installation.html

About

Python script fetches class data and converts it into an ICS file for import into calendar applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages