Skip to content

silvialpz/TLTimetable2GCal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLTimetable2GCal

The TL shifts for the SIGGRAPH Student Volunteer program were very overwhelming for me and my teammates this year. This tool adds only the check in and check out times of each shift to your calendar, making your schedule look less overwhelming.

^sv portal
^gcal

Instructions

  1. Follow the Google Calendar set up guide https://developers.google.com/workspace/guides/get-started
  2. Add your credentials.json file at the root of the repository
  3. Create a JSON File with the date and shifts at each venue like so
{
    "Date": "2024-09-03",
    "Venue 1": [
        "09:00-11:00",
        "11:00-01:00" // add the extra 0 when hour has only 1 digit
    ],
    "Venue 2": [
        "09:00-11:00"
    ]
}
  1. Run
python3 main.py <path to schedule json>

About

A calendar tool for SIGGRAPH Student Volunteer Team Leaders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages