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 · 0 comments
Open

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

ssougnez opened this issue Nov 26, 2024 · 0 comments
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:feature New experience request

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:feature New experience request
Projects
None yet
Development

No branches or pull requests

1 participant