Sync Calendars
Manually trigger calendar sync for the authenticated user. Syncs all connected providers by default, or a specific provider via the `provider` query parameter.
Auth required: Yes
provider (query, string) — Sync only this provider (omit to sync all connected providers)days_ahead (query, integer) — Number of days ahead to sync200: Sync completed401: Authentication required or invalid404: No active calendar connections foundRequires authentication. Pass a Bearer token (Supabase JWT) or an API key (`Authorization: Bearer vennio_sk_live_*`) in the request headers.
Base URL: https://api.vennio.app