microsoftgraph / microsoftgraph/msgraph-sdk-dotnet

Support for "Allow Forwarding" flag when creating meeting

Open
#2,758 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Needs: Attention :wave: Question: API type:feature
Dominant language
C#
Stars
789
Forks
264
Avg merge
15h 17m
Merged PRs (30d)
3

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Event type shown in the request and verify whether Microsoft Graph supports an AllowForwarding property for meeting creation. Check the SDK's Event model and related tests or generation metadata if available; done means creating an Event with AllowForwarding set to false produces the expected Graph request and is covered by a test.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
api
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.