Skip to content

Convert your ZHAW-timetable Excel to a .csv or .ics for import into your Calendar

License

Notifications You must be signed in to change notification settings

WildEchoWanderer/e2gc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

       ____            
   ___|___ \ __ _  ___ 
  / _ \ __) / _` |/ __|
 |  __// __/ (_| | (__ 
  \___|_____\__, |\___|
            |___/      

Excel-to-Google-Calendar (now with .ics support)

This file converts an Excel sheet containing ZHAW school dates in a specific format into a CSV file for import into Google Calendar or into a .ics file. The Excel File needs to be in the same format as the example file termine.xlsx .

Prerequisite:

pip install pandas icalendar openpyxl

Instructions:

  1. Place e2gc.py and the Excel file to be converted in the same folder
  2. Open terminal in this folder
  3. Run the desired command
  4. Import the CSV into Google Calendar

Available Commands:

Basic Conversion (uses termine.xlsx)

python e2gc.py 

With Specific input File

python e2gc.py appointments.xlsx

About

Convert your ZHAW-timetable Excel to a .csv or .ics for import into your Calendar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages