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

Add pre_schedule as an optional parameter to the meeting_create action #466

Merged

Conversation

kfitzpatrick
Copy link

Per https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/meetingCreate one can add the pre_schedule: true parameter.

Currently we're using v1.1.8 of the app. Ideally we'd love to see this go into v1.1.9.

From the docs:

Whether to create a prescheduled meeting via the GSuite app. This only supports the meeting type value of 2 (scheduled meetings) and 3 (recurring meetings with no fixed time).

true - Create a prescheduled meeting.
false - Create a regular meeting.Default: false

Is there a reason this was omitted other than it's not commonly used?

Thanks!

Per https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/meetingCreate
one can add the `pre_schedule: true` parameter.

> Whether to create a prescheduled meeting via the GSuite app. This only supports the meeting type value of 2 (scheduled meetings) and 3 (recurring meetings with no fixed time).
>
> true - Create a prescheduled meeting.
> false - Create a regular meeting.Default: false

Is there a reason this was omitted other than it's not commonly used?
@eserra
Copy link

eserra commented Jan 2, 2024

👍

@kyleboe kyleboe self-requested a review January 7, 2024 00:31
@kyleboe kyleboe self-assigned this Jan 7, 2024
@kyleboe
Copy link
Owner

kyleboe commented Jan 7, 2024

@kfitzpatrick I honestly don't know why this was omitted. Thanks for the catch! I'll get a new version published soon.

@kyleboe kyleboe merged commit 6900ddb into kyleboe:main Jan 7, 2024
9 checks passed
@eserra
Copy link

eserra commented Jan 7, 2024

I think it's a fairly recent feature

@kfitzpatrick
Copy link
Author

Thanks @kyleboe !

@kfitzpatrick kfitzpatrick deleted the add-pre-schedule-to-create-params branch January 8, 2024 20:06
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

Successfully merging this pull request may close these issues.

3 participants