AlphaAlpha Docs
API ReferenceCalendar connections

Sync all connected providers if last sync was more than 5 minutes ago

POST
/crm/calendar/connections/sync-if-stale
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:18080/api/v1/crm/calendar/connections/sync-if-stale"
[
  {
    "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"
}