jarvis/backend/skills/cal.py

18 lines
428 B
Python
Raw Normal View History

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-09-06 15:39:44 +00:00
Choice:
* Google Calendar or iCloud or both
* Both would be more work, but would allow for more flexibility
2023-09-05 15:50:38 +00:00
"""
from skills.skill import Skill
class Cal(Skill):
def __init__(self):
self.trigger_phrase = "calendar"