Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST "https://app.talkover.ai/api/v1/calendars/sync" \ -H "Authorization: Bearer talq_your_environment_token_here"
{ "success": true, "data": { "syncing": ["calendar-uuid-1", "calendar-uuid-2"], "up_to_date": ["calendar-uuid-3"] } }
Trigger a sync against connected calendar providers
POST /api/v1/calendars/sync
Bearer talq_your_environment_token_here
Was this page helpful?