Login with Google account

Hello, I’m currently working on an office leave request application, where you can request a day-off for the desired time period, and management can revive this request. After approval it creates a new event in Google Calendar and sends email about the decision made both to the user and the management. Pretty straightforward but I need to authenticate via Google and create a camunda user based on the Google account email, name. Can you help me where to start with this?
Much appreciated,
Peter

some other discussions: Single-Sign-On in Camunda

Hi !
I am trying to create a service task that can create a new event in Google Calendar. As I read in your post, you do something like that right?
Have you done a Javaclass using the API of google to implemented later with the JavaDelegate? Or how did you do it?
Any help would be very useful!
Thanks !!