microsoftgraph / microsoftgraph/msgraph-sdk-dotnet
Support for "Allow Forwarding" flag when creating meeting
Open
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.
Describe the solution you'd like.
var e = new Event
{
AllowForwarding = false
};
Additional context?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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