Microsoft-graph-docs: Will this support call like /users/{id | userPrincipalName}/onlineMeetings in the feature?

Created on 31 Mar 2020  Â·  7Comments  Â·  Source: microsoftgraph/microsoft-graph-docs

We are merging Teams into our LMS and would like to have the ability to create a meeting for course in our LMS. Also, we have our own meeting schedule system for our staff that wants to be able to create online meetings through the API. It will be very helpful if we don't need to ask user to sign in again for this kind of setting.


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Most helpful comment

We created a service account to schedule the meetings with no attendees. Then, under application context, inject the meeting information into the required attendees calendar.

We have external attendees as well, so we email the meeting information to them. Although, you could simply just make them required on the calendar event to achieve same effect.

Adam Smeal
C:

Sent from my iPhone

On Apr 13, 2020, at 3:23 PM, Raúl A. Alonso Baryolo notifications@github.com wrote:


Hello @asmealio I have a use case similar to yours. Could you give some insights of your implementation? Up to the docs, meetings can be created only on behalf of the user.

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.

All 7 comments

We had to use a service account to do this in combination with leveraging the other APIs available on graph made it work for Telehealth.

Guessing similar scenario. Reach out for more details.

Hi @asmealio I have a similar use case where I want a backend service to create online meetings without the user sign-in. Is that the case you implemented?

Yeah - it is.

Sent from my iPhone

On Apr 3, 2020, at 2:35 AM, Emiliano Tomaselli notifications@github.com wrote:


Hi @asmealio I have a similar use case where I want a backend service to create online meetings without the user sign-in. Is that the case you implemented?

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.

@asmelio could you share some basic details of the implementation? As per documentation here looks like an Online Meeting can be created only on behalf of the user.

Hello @asmealio I have a use case similar to yours. Could you give some insights of your implementation? Up to the docs, meetings can be created only on behalf of the user.

We created a service account to schedule the meetings with no attendees. Then, under application context, inject the meeting information into the required attendees calendar.

We have external attendees as well, so we email the meeting information to them. Although, you could simply just make them required on the calendar event to achieve same effect.

Adam Smeal
C:

Sent from my iPhone

On Apr 13, 2020, at 3:23 PM, Raúl A. Alonso Baryolo notifications@github.com wrote:


Hello @asmealio I have a use case similar to yours. Could you give some insights of your implementation? Up to the docs, meetings can be created only on behalf of the user.

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.

@asmealio - Do you then have to use this service account to start the meeting? Is there any other way that someone else can start the meeting?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shyamkris picture shyamkris  Â·  3Comments

cconrado picture cconrado  Â·  4Comments

GregSpyra picture GregSpyra  Â·  4Comments

abhatt29 picture abhatt29  Â·  4Comments

andrewfabrizi picture andrewfabrizi  Â·  3Comments