Skip to main content

Sync Calendar Feature Now

POST 

/api/google-calendar/subscriptions/:featureKey/sync-now

Manually queue a sync of the authenticated user's Google Calendar for the given feature — useful for immediate confirmation instead of waiting for the scheduled sync.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

This endpoint is asynchronous: it queues a background sync and returns immediately; the calendar updates shortly after.

404 for an unknown feature key; 400 when the user is not subscribed to the feature.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type