Overview:
1.This program is developed to manage the events that has been mentioned in your mails(gmail).
2.You can classify your mails manually (Important or Not so Important).
3.The recognised events will get added to calender.
4.You can also select the reminder time based upon your schedule.
Before running the main.py:
1.Turn on the Gmail API https://developers.google.com/gmail/api/quickstart/python
2.Download "credentials.json" in the project directory.
3.Update and Install all required libraries.
4.Then run the "quickstart.py" file.
a>The sample will attempt to open a new window or tab in your default browser. If this fails, copy the URL from the console and manually open it in your browser.
b>If you are not already logged into your Google account, you will be prompted to log in. If you are logged into multiple Google accounts, you will be asked to select one account to use for the authorization.
c>Click the Accept button.
d>The sample will proceed automatically, and you may close the window/tab.