我尝试使用 Microsoft graph android SDK 更新 Microsoft Outlook 会议。但这不能正常工作。下面的代码是我编写的示例代码。(让所有事件 API 正常工作。我需要知道如何使用补丁方法)
mClient.customRequest("/users/" +abs@onmicrosoft.com+ "/calendar/events/"+meetingResponseId)
.buildRequest()
.patch(jsonObject);