Files
santifer--career-ops/plugins-registry/outlook-interviews.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

26 lines
795 B
JSON

{
"id": "outlook-interviews",
"name": "career-ops-plugin-outlook-interviews",
"version": "0.1.1",
"license": "MIT",
"description": "Outlook interview ingest — detect interview invitation emails via Microsoft Graph, extract company / role / meeting link, and surface them in the career-ops pipeline.",
"repo": "https://github.com/Schlaflied/career-ops-plugin-outlook-interviews",
"sha": "ac70c743a28733eeb9602b3f620689e4d01bc26c",
"hooks": [
"ingest"
],
"requiredEnv": [
"MSGRAPH_CLIENT_ID",
"MSGRAPH_REFRESH_TOKEN"
],
"optionalEnv": [
"MSGRAPH_CLIENT_SECRET"
],
"allowedHosts": [
"login.microsoftonline.com",
"graph.microsoft.com"
],
"registrationIssue": "https://github.com/santifer/career-ops/issues/1396",
"addedAt": "2026-07-01"
}