Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

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

未關閉
#906 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
4/5
預估耗時
3-5 天
新手友好度
30/100
Issue 類型
缺陷
描述清晰度
需要釐清
活躍度
停滯
技術堆疊
python
領域
api

研究方向

先查看重現步驟中連結的 Microsoft Graph application-post-onlinemeetings 文件,接著檢查 Python requests.post() 的 payload,以及 allowNewTimeProposals、isOnlineMeeting 和 onlineMeetingProvider 的值。使用所述的 Teams 帳戶設定重現該要求,並判斷回應建立的是線上會議還是個人行程。完成的條件是確認原因,且該問題已有記錄的修正,或已證明這是預期行為。

由索引模型根據 Issue 內容生成。

描述

question type:bug
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_
主要語言
Python
星號
630
分支
96
平均合併
15 小時 20 分鐘
30 天內合併 PR
3

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

microsoftgraph/msgraph-sdk-python 的其他 Issue

查看 microsoftgraph/msgraph-sdk-python 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。