Skip to content

apslight/GCTT

Repository files navigation

GCTT

GOOGLE Calender Time Table

About

Create your own timetable and add it to your GOOGLE Calender or generate your own ICS File which you can add in any calender application.

Direction to use this program ?

  • Step 1: Create your timetable by running this command:

    $ python createTT_json.py
    
    

    TimeTable will saved in timetable.json.

  • Step 2: Here you have to decide whether you want to add timetable in Google Calender or generate ICS file.

  • Step 3: If you choose to add event in Google Calender:

    • Step (i): You need to get client_secret.json by following the Step 1 from link and saved to your working directory.

    • Step (ii): Now run:

        $ python add _to_GoogleCal.py
        
  • Step 3: If you choose to generate ICS file will saved as timetable.ics in working directory:

    • Step (i): Run:

       $ python generate_ics.py
      
      
    • Step (ii): Import this ICS file to your calender application.

  • Delete Event: Run this command:

    $ python del_event.py
           

Contributing

Submit pull request or an issue or contact me on facebook for any other information.

License

GPLv3.

About

GOOGLE Calender Time Table

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages