Skip to content

lstefan1520/UMD-Classes-to-iCal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

151 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UMD Classes to iCal

This program reads in courses that the user inputs (course and section number) per semester and outputs them into a standardized iCal format that can be imported into popular calendar applications including Google Calendar.

Features:

  • Course data can be imported through your login info directly NOW
  • All courses can be added and imported into other programs at once.
  • Lecture and discussion sections are listed separately.
  • Each class event includes a location (building name, room number, and full address) that is viewable within the user's calendar application.
  • Breaks are taken into account. Classes are not listed if they would occur over a break. Break data is taken directly from the UMD website.

To generate an iCal file, the program will prompt the user for a course to enter. If only a course number is entered, it will prompt the user for the section number. Courses can also be entered with a section number. Once all courses have been entered, just press Enter to generate the file.

The program outputs a file course_schedule.ics which can then be imported into any calendar program that supports importing from iCal files.

Input Format

Term ID

In the form of YYYYMM, such as 202001.

  • 01 for Spring
  • 05 for Summer
  • 08 for Fall
  • 12 for Winter

Course ID

Must contains the four letter department code and three digit course code. (Optional: Include the section id at the end) For example: CMSC132, CMSC 132, CMSC132-0101, CMSC132 0101.

Section ID

Must be in the format of four code. Such as 0101.

Disclaimer

The password is not stored in plain text, and is used to authenticate with UMD CAS only. It is not backed up to any third-party server or storage.

Any information generated through this program is saved locally only.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%