We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIrst of all Thank you for providing this. I want to generate the google meet link i.e., open for all.
#PROBLEM:
OR
I tried finding some solution but not helpful to generate the open google meet link. my event look something like this:
event = { 'summary': 'Open Google Meet', 'description': 'An open Google Meet link.', "guestsCanSeeOtherGuests": False, 'start': { 'dateTime': '2023-09-04T12:00:00', 'timeZone': 'America/New_York', }, 'start': { 'dateTime': '2023-09-04T12:00:00', 'timeZone': 'America/New_York', }, "visibility": "public", "anyoneCanAddSelf":True, "conferenceData": { "createRequest": { "conferenceSolutionKey": { "type": "hangoutsMeet" }, "requestId": "Session" }, }, }
Thank you in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FIrst of all Thank you for providing this.
I want to generate the google meet link i.e., open for all.
#PROBLEM:
How to generate link i.e., open to all, so that everyone can join that meeting without organizer manually doing admit this or that person to meeting?
OR
Is there a way I can add attendees without sending mail to them ?
I tried finding some solution but not helpful to generate the open google meet link.
my event look something like this:
Thank you in advance
The text was updated successfully, but these errors were encountered: