After solving the general issue of creating a Google Meet Event + Link programmatically, even given the many questions regarding issues of this procedure, I'm facing my next question regarding the Google API.
Please note that I'm asking this question on SO and not on any of Google's Support Channels, as Google themselves recommend people to use SO for technical support.
So let's say you have managed to create a Google Calendar Event + a related Google Meet Link programmatically, via the approach in my linked answer above. Let's then say you have a Google Workspace Account user, called (A). Then you have two random persons living on planet earth, called (B) and (C). (B) and (C) DO NOT have a Google Account.
Can I use the Google Workspace Account user (A) to programmatically generate a Google Meet Link for a call held among (B) and (C) (WITHOUT (A), and WITHOUT (A) needing to allow access for (B) or (C) to join the Google Meet session) ?
The reason I'm asking is because we're trying to build the following software implementation:
- You're the owner of the Company A
- Company A has a Google Workspace Account
- Using the linked procedure, you're able to generate Google Events + Google Meet Links with another person B who wants to schedule an interview with the owner of the company A (1:1 sessions). This works, as one of the members participating in the Google Meet Call is the owner of the Google Workspace Account.
- What we're now looking for is: Could we use the Google Workspace Account from A to programmatically generate a Google Meet Call which can be used by B and another person C in a call among B and C, exclusively among B and C, without A needing to provide any access at the moment B or C click on the link? And without any of B or C needing to have a Google Account?