Good morning,
Could you please support if there is a feasible way to check if a user has Calendar and contacts integration turned ON for Google Calendar ?
-
In the UI, you can see this setting in Integration like this: Settings > Search for Integration
-
My target is to send a request to get the user settings, and check if that user has this integration feature turned ON or OFF for downstream integration.
I could not find anything in the documentation mentioning about integraion this in the response for Google Calendar.
For example:
Endpoint: get/users/{userId}/settings
Response:
I did not see anything about Google Calendar integration, even though I have turned this feature ON. Could you help, please?
"integration": {
"linkedin_sales_navigator": false
},