---
title: "Receive Webhook"
method: POST
path: "/webhook/focused/google_calendar"
tags: ["focused-webhooks"]
---

# Receive Webhook

`POST /webhook/focused/google_calendar`

Receive Google Calendar push notification webhooks.

User is identified via X-Goog-Channel-ID header -> DB lookup.
Parses headers and delegates all logic to process_webhook_event().
ALWAYS returns 200 OK to prevent Google from shutting down the channel.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/priority-guard/apis/priority-guardian.md) · [All operations](https://skmtc.net/priority-guard/apis/priority-guardian/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/priority-guard/priority-guardian/revisions/8579218b716d/schema)
