Google Calendar and Hangouts Integration with Mendix

0
Hi, We are trying to integrate Google Calendar and create/insert calendar call events like hangouts or meet on user calendar but unable to add authentication on HTTP headers (Auth 2.0) while consuming the REST API’s.  Tried this module https://appstore.home.mendix.com/link/app/1414/ but could not achieve the authentication by Auth 2.0. Kindly help to fix the HTTP headers issue. Thanks
asked
1 answers
0

The module is used for authentication of users and logging them into the Mendix app.

Parts of the code a probably reusable for your case but do need to be added to you own java actions.

Have a look here: https://developers.google.com/calendar/create-events#java

Make sure to use the correct scope for the authentication, in the module the email scope is used and you’ll need to use the calendar scope

answered