GOOGLE Calender Time Table
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.
-
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 generateICS
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 astimetable.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
Submit pull request or an issue or contact me on facebook for any other information.
GPLv3.