AlphaAlpha Docs
API ReferenceCalendar connections

Trigger manual sync

POST
/crm/calendar/connections/{provider}/sync
AuthorizationBearer <token>

In: header

Path Parameters

provider*string
Value in"GOOGLE" | "OUTLOOK"

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:18080/api/v1/crm/calendar/connections/GOOGLE/sync"
{
  "error": "string",
  "eventsCreated": 0,
  "eventsDeleted": 0,
  "eventsPushed": 0,
  "eventsUpdated": 0,
  "provider": "GOOGLE",
  "success": true
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}