Create event with Microsoft Teams online meeting using Microsoft Graph Java SDK

吃可爱长大的小学妹 提交于 2020-06-28 08:08:55

问题


Searching in the Microsoft Graph documentation, I found this:

https://docs.microsoft.com/es-es/graph/api/user-post-events?view=graph-rest-1.0&tabs=java

It says that you can create an event with an online meeting using Java "Event" type.

Code example

But the problem is, when I tried to do it with the current last Microsoft Graph SDK version 1.7.1, I noticed that "event.isOnlineMeeting" and "event.onlineMeetingProvider" don't exists.

Is it not implemented yet? Or I'm missing a new Microsoft Graph version, or something...

Edit 1

I clarify, this is not a code error, rather it is about knowing why Microsoft Graph documentation shows an example of Java code which makes use of "event.isOnlineMeeting" and "event.onlineMeetingProvider", while In the latest version of the Microsoft Graph SDK for Java, these fields of the "event" object do not exist.

  • Microsoft Graph API Reference
  • Microsoft Graph Git repository

来源:https://stackoverflow.com/questions/62257923/create-event-with-microsoft-teams-online-meeting-using-microsoft-graph-java-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!