Skip to content
New issue

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

How to generate link for google meet where meeting access type is open ? #1

Open
AyushBhardwaj321 opened this issue Sep 4, 2023 · 0 comments

Comments

@AyushBhardwaj321
Copy link

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:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant