Can automated web drivers authenticate google calendar signin?

Thanks Russ for helping provide another avenue. I’ll investigate that as well.

Jvisser I’ve attempted both methods to see which worked (first and foremost) and then which caused fewer headaches. With the calendar API, I was successful setting up Postman through Oauth 2.0 and could query results, but I can’t get past the initial auth stage with Katalon. Opened a separate thread for that workflow:

Ideally I’d like to run somewhat of an E2E test through Katalon that does:

  1. Login to our application through Web UI and create or edit a Meeting instance (can do)
  2. Store meeting details through an API from our application (can do)
  3. Validate the meeting populates Gcal within a reasonable timeframe (stuck)

Calendar integration through Nylas has proved problematic at times and I’m hoping to trace when / why that’s the case.