microsoftgraph / microsoftgraph/microsoft-graph-comms-samples

Unable to change call / onlineMeeting subject

Open
#72 11 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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:
image

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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.