Open Vaarelsauce opened 3 years ago
Following this post! I have 3 classes 3 days a week and 3 classes 2 days a week. Total six classes.
Hi, Ok, so about the joining part the program does join the classes a minute early and it does so by terminating the currently running zoom app check line 125 and 135 of code in Auto.py. About the weekly schedule if you know meeting ids and passwords before the week starts then all you have to do is set the whole week in the excel sheet on Sunday or whenever. for example, run the program monday morning, after the classes are over terminate the program, on tuesday morning when you run the program, it ignores the classes set on monday as the current time has elapsed it check line 130 then repeat this for all days in the week
Hi, Ok, so about the joining part the program does join the classes a minute early and it does so by terminating the currently running zoom app check line 125 and 135 of code in Auto.py. About the weekly schedule if you know meeting ids and passwords before the week starts then all you have to do is set the whole week in the excel sheet on Sunday or whenever. for example, run the program monday morning, after the classes are over terminate the program, on tuesday morning when you run the program, it ignores the classes set on monday as the current time has elapsed it check line 130 then repeat this for all days in the week
Where will a change to make a weekly schedule apply then? To the code or to the excel sheet? Will Excel date functions work here as well?
There is no change you just add all the meetings in the excel sheet the program will ignore meetings of previous days.
How do I set up weekly daily schedule? I have five class periods to attend, from 8:00 AM to 12:00 PM (an hour long each). I attend all of those classes five times a week (weekends off), how do I make it so that I don't have to manually type in the date for every single day for over 100+ times?
And also, since each period start the second right after the previous period end, is there a way for me to schedule for say, Period 1 to start from 8:00 AM, and end at 8:59 AM, then start the second period at 9:00 AM?