Files
santifer--career-ops/plugins-registry/google-calendar.json
T
wehub-resource-sync d083df1fdb
CodeQL Analysis / Analyze (javascript-typescript) (push) Failing after 2s
Web CI / web typecheck + build (push) Failing after 1s
Release Please / release-please (push) Failing after 1s
CodeQL Analysis / Analyze (go) (push) Failing after 16s
chore: import upstream snapshot with attribution
2026-07-13 12:02:43 +08:00

24 lines
718 B
JSON

{
"id": "google-calendar",
"name": "career-ops-plugin-google-calendar",
"version": "0.1.0",
"license": "MIT",
"description": "Google Calendar ingest — detect upcoming interview events and surface them in the career-ops pipeline.",
"repo": "https://github.com/Schlaflied/career-ops-plugin-google-calendar",
"sha": "d4b8cf40f5090b58510affbad9379570a23b34d2",
"hooks": [
"ingest"
],
"requiredEnv": [
"GOOGLE_CALENDAR_CLIENT_ID",
"GOOGLE_CALENDAR_CLIENT_SECRET",
"GOOGLE_CALENDAR_REFRESH_TOKEN"
],
"allowedHosts": [
"oauth2.googleapis.com",
"www.googleapis.com"
],
"registrationIssue": "https://github.com/santifer/career-ops/issues/1346",
"addedAt": "2026-06-29"
}