🇺🇸 English | 🇨🇳 简体中文
Export the curriculum of NUAA to a .ics calendar file, in order to import
class events to other calendars (e.g. Google Calendar).
Pull Requests Welcome!
Install NUAAiCal python package:
$ pip install NUAAiCalIf there has a problem caused by permission, please try
pip install NUAAiCal --userinstead.
Built it from source code:
$ git clone https://github.com/Triple-Z/NUAA-iCal-Python.git
$ cd NUAA-iCal-Python
$ python setup.py install$ nuaaicalThe .ics file path will be shown in the output, you can import it to Google
Calendar etc.
nuaaical: command not found
Maybe your system PATH environment variable lacks of the value of ~/ .local/bin . Try the command following, then run nuaaical again:
$ export PATH=${HOME}/.local/bin:$PATH- Get course table data
- Generate iCal file
- Input Variables
- Pack
- Calendar Diff
- GUI
- Export to Google Calendar
- WSGI server
This project is licensed by The MIT License.
Copyright © 2018 TripleZ
