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

when created Teams schedule with Graph api as a "Online meeting", but it was created "personal schedule" #906

Open
ixs-masanari-sakaki opened this issue Sep 26, 2024 · 0 comments
Labels
question Further information is requested type:bug A broken experience

Comments

@ixs-masanari-sakaki
Copy link

Describe the bug

I would like to create a teams schedule with Micorosoft Graph api as a "Online Meeting", but now it was created as the "personal schedule".

Microsoft Graph api code is created in Python. Teams schedule info write in json file and call function "requests.post()". To make it an Online meeting, the following code is settings were made. payload 'allowNewTimeProposals' is 'true' payload 'isOnlineMeeting' is 'true' payload 'onlineMeetingProvider' is 'teamsForBusiness'

But it was created as the "personal schedule". I would like to know why I cannot register my schedule in “Online Meeting”.

Expected behavior

I would like you to investigate this issue, whether it's a bug or anything.

How to reproduce

1 ) Create new Teams account and groupe.
2 ) According to how to implement automatic schedule registration using Graph API
URI : https://learn.microsoft.com/ja-jp/graph/api/application-post-onlinemeetings
3 ) Register a schedule in your newly created Teams account

SDK Version

No response

Latest version known to work for scenario above?

No response

Known Workarounds

No response

Debug output

Click to expand log ```
</details>


### Configuration

- OS : Windows10 , 11
- environment : Browser and client app


### Other information

_No response_
@ixs-masanari-sakaki ixs-masanari-sakaki added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience labels Sep 26, 2024
@shemogumbe shemogumbe added question Further information is requested and removed status:waiting-for-triage An issue that is yet to be reviewed or assigned labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested type:bug A broken experience
Projects
None yet
Development

No branches or pull requests

2 participants