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

Google Calendar Event - entryPoints #2597

Open
A35G opened this issue May 22, 2024 · 0 comments
Open

Google Calendar Event - entryPoints #2597

A35G opened this issue May 22, 2024 · 0 comments

Comments

@A35G
Copy link

A35G commented May 22, 2024

Hi,
via the API I am able to generate a new event on Calendar (with Google Meet included) but if I try to set a password, pin, passcode, etc.. they return in the JSON of the event, always empty.

Has anyone been able via the API, to set them?

The same happens with the 'notes' field.

Example:

        'conferenceData' => [
            'createRequest' => [
                'requestId' => 'aaaaaaaa',
                'conferenceSolutionKey' => [
                    'type' => 'hangoutsMeet'
                ]
            ],
            'entryPoints'   =>  [[
                'entryPointType' => 'video',
                'pin' => '123456',
                'passcode' => '123456',
                'password' => '123456'
            ]],
            'notes' => 'Lorem Ipsum Dolor'
        ],
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