From the example given on the mobiscroll website, I am able to import my outlook events.
When I try in my test environnement with copy pasted code from mobiscroll’s example, the integration plugin is unable to retrieve the token from Microsoft. Microsoft returns the following error:
‘The provided request must include a ‘client_secret’ input parameter’
The integration plugin for outllook does not include a client_secret parameter that I can set.
Why is it working in the example but not in my test environnement? Why do I need a client_secret? As per mobiscroll documentation all I should need is the client_id
Are you using the Trial or the Licensed version of Mobiscroll?
I’m asking because the third-party calendar integration cannot be used with the Trial version, this is a limitation.
If you’re using the licensed version, does your license include access to the third-party calendar integration? This feature is included by default in Complete and Enterprise licenses, but for all other licenses, it needs to be purchased as an add-on.
We found the issue. Our infrastructure guy said the problem was with our microsoft application configuration. We had to set the option from “web” to “single page application” to solve the token error . I don’t have any more details but atleast this might orient some one else who migth have the same issue.