microsoftgraph / microsoftgraph/microsoft-graph-comms-samples
Unable to change call / onlineMeeting subject
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 253
- Forks
- 275
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 1
Description
Hi,
We're currently able to create a group call by doing the following:
Create an Online Meeting
Post to app/calls with the meeting info,
When doing this, we're not able to set the meeting subject shown below:

When creating the original onlinemeeting, I'm passing through a subject body:
{
"meetingType": "meetNow",
"participants": {
"organizer": {
"identity": {
"user": {
"id": "ab"
}
}
}
},
"subject": "subject Update"
}
Do you know if it's possible to update this, or if I should be updating it elsewhere?
Thanks
Contributor guide
No contributing guide indexed for this repository
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 Online Meeting creation payload and the subsequent app/calls request described in the issue. Check the Microsoft Graph Communications API behavior for updating the meeting subject and identify which request, if any, owns that value. Done means documenting or implementing the supported update path and confirming the displayed subject changes.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100