google_tasks
google_tasks
¶
Google Tasks connector — tasks due today, overdue, and recently completed.
Uses OAuth2 tokens via the shared Google OAuth helper module.
Classes¶
GoogleTasksConnector
¶
Bases: BaseConnector
Sync tasks from Google Tasks.
Source code in src/openjarvis/connectors/google_tasks.py
Functions¶
is_connected
¶
Return True if the credentials file has a real access token.
File existence alone is not enough — the shared google.json
may contain only client_id/client_secret without OAuth tokens.