We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88acc93 commit f5d6abfCopy full SHA for f5d6abf
checker.py
@@ -25,7 +25,8 @@ def check_timetable_validity(timetable_path,
25
dates,
26
events_freq=1,
27
max_events=None):
28
- """[summary]
+ """Converts event form a FET csv generated timetable file to google calendar events, and checks if any erors are\
29
+ present
30
31
Args:
32
timetable_path (str): path to the timetable csv file generated by FET.
0 commit comments