Adds integration with Google Calendar: includes API configuration, event management nodes, and project structure in the README

This commit is contained in:
dayanFreitas
2025-05-23 16:00:12 -03:00
parent 8efcfa3fd2
commit 6826b5570c
8 changed files with 372 additions and 0 deletions
@@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
python-dotenv = ">=0.19.0"
pocketflow = ">=0.0.2"
google-auth-oauthlib = ">=1.0.0"
google-auth-httplib2 = ">=0.1.0"
google-api-python-client = ">=2.0.0"
[dev-packages]
[requires]
python_version = "3.13"