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

schedule_for #42

Open
mcsouza2 opened this issue Mar 6, 2021 · 0 comments
Open

schedule_for #42

mcsouza2 opened this issue Mar 6, 2021 · 0 comments

Comments

@mcsouza2
Copy link

mcsouza2 commented Mar 6, 2021

Hi,
I'm trying o use schedule_for but this error happens: "create_meeting() got an unexpected keyword argument 'schedule_for'"

Does anyone car help me with that?

options = schemas.ZoomMeetingSettings(
    use_pmi = False, 
    host_video = True, 
    participant_video = True, 
    cn_meeting = False, 
    in_meeting = False, 
    join_before_host = True,
    jbh_time = 10, 
    mute_upon_entry = True, 
    watermark = False, 
    approval_type = 0, 
    audio = "both", 
    auto_recording = "none", 
    waiting_room = True, 
    enforce_login = False, 
    registrants_email_notification = False, 
    meeting_authentication = False)

meeting = client.meetings.create_meeting('testelongo', start_time='2020-03-31T18:00', duration_min=60, schedule_for='[email protected]', timezone='America/Sao_Paulo' , password=12648, settings = options)
print('Link to start: {}'.format(meeting.start_url))
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