Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for "Allow Forwarding" flag when creating meeting #2758

Open
ssougnez opened this issue Nov 26, 2024 · 2 comments
Open

Support for "Allow Forwarding" flag when creating meeting #2758

ssougnez opened this issue Nov 26, 2024 · 2 comments

Comments

@ssougnez
Copy link

ssougnez commented Nov 26, 2024

Is your feature request related to a problem? Please describe the problem.

I'd like to create a new meeting using msgraph and set the flag "Allow forwarding" to false to prevent meeting forwarding.

image

Describe the solution you'd like.

var e = new Event
{
    AllowForwarding = false
};

Additional context?

No response

@ssougnez ssougnez added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:feature New experience request labels Nov 26, 2024
@andrueastman
Copy link
Member

andrueastman commented Dec 3, 2024

Thanks for raising this @ssougnez

According to the link below, this is not supported by the API at the moment. Any chance following the guidance from the answer works out for you?

https://learn.microsoft.com/en-us/answers/questions/948026/meeting-requests-that-are-disabled-for-forwarding

As this is an API side feature request and this repo is intended for SDK related issues, I'd suggest also creating a feedback item for the API owners to look into it at https://aka.ms/graphFeedback

@andrueastman andrueastman added status:waiting-for-author-feedback Issue that we've responded but needs author feedback to close Question: API and removed status:waiting-for-triage An issue that is yet to be reviewed or assigned labels Dec 3, 2024
@ssougnez
Copy link
Author

ssougnez commented Dec 3, 2024

Just out of curiosity, maybe I don't understand how the SDK works but if msgraph supports this flag using extended properties, isn't it the goal of the SDK to wrap the logic behind updating this extended property behind a flag "AllowForwarding"?

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs: Attention 👋 and removed status:waiting-for-author-feedback Issue that we've responded but needs author feedback to close labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants