microsoftgraph / microsoftgraph/msgraph-sdk-python
when created Teams schedule with Graph api as a "Online meeting", but it was created "personal schedule"
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 630
- フォーク
- 96
- 平均マージ
- 15時間 20分
- マージ済み PR(30日)
- 3
説明
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_
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
再現手順にリンクされている Microsoft Graph application-post-onlinemeetings のドキュメントから始め、次に Python requests.post() のペイロードと、allowNewTimeProposals、isOnlineMeeting、onlineMeetingProvider の値を調べます。記載されている Teams アカウント設定でリクエストを再現し、レスポンスによってオンライン会議が作成されるのか、個人の予定が作成されるのかを判断します。原因が確認され、問題に対する修正が文書化されるか、想定される動作であることが示されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- api
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100