Question: Good day, please assist with the following code in the python langauge so i can fulfill the view calendar step. TIA from __future__ import print_function

Requirements Configure the system In order to use the booking system, a student should be able to configure the system to connect to their Campus Google calendar, and the Code Clinic Google calendar. - It should be possible to verify that the tool is configured correctly by checking that the connection to Google Calendar is successful. - Configuration data should be stored in a hidden file in the user's home directory. View calendars In order to view bookings, a student should able to download the student's google calendar and the Coding Clinic's Google calendar. - Only the next 7 days (including the current day) data must be downloaded. Weekends and public holidays are counted in the 7 days. - The calendar data should be stored in a file on the local workstation. - Each time the tool is run, the data file must be updated with latest 7 days of data. Old data can be discarded. - If the data file already contains the latest data, then do not download the data again. the data read from the file should be displayed in a convenient, easy to read layout on the screen
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
