2023-06-14 15:57:12 +00:00
|
|
|
|
2023-09-05 15:50:38 +00:00
|
|
|
"""
|
|
|
|
Reading Material:
|
|
|
|
|
|
|
|
https://developers.google.com/gmail/api/quickstart/python
|
|
|
|
https://git.imsam.ca/sam/ThermalTodos/src/branch/main/application/sync_calendar.py (for autherizing user)
|
|
|
|
"""
|
2023-06-14 15:57:12 +00:00
|
|
|
|
|
|
|
class Gmail:
|
|
|
|
def __init__(self):
|
|
|
|
self.trigger_phrase = "gmail"
|