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