v1

latestOpenAPI 3.0.02026-08-0645062.8 KB

Process initial calendar sync

This endpoint processes the initial calendar sync based on the provided payload.

post/calendar-initial-sync

Request body

Example request

{
  "data": {
    "userId": "user-123",
    "connectionId": "conn-123",
    "tenantId": 1,
    "connectionType": "google-calendar"
  }
}

Response

Calendar sync is successful

messagestring

Example response

{
  "message": "Calendar Sync is Successful"
}