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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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