microsoftgraph / microsoftgraph/msgraph-sdk-php

Not Getting the "conferenceId" back from the API

Open
#1,027 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Needs: Attention :wave: ToTriage
Dominant language
PHP
Stars
669
Forks
150
Avg merge
15h 21m
Merged PRs (30d)
3

Description

I am using PHP Graph.

Following the guidelines at the example 2 of: https://learn.microsoft.com/en-us/graph/api/calendar-post-events?view=graph-rest-1.0&tabs=http.

Query:

array:8 [
  "Subject" => "subject"
  "Body" => array:2 [
    "ContentType" => "text"
    "Content" => "a body"
  ]
  "Start" => array:2 [
    "DateTime" => "2022-10-06T13:25:59"
    "TimeZone" => "Europe/Berlin"
  ]
  "End" => array:2 [
    "DateTime" => "2022-10-06T13:55:59"
    "TimeZone" => "Europe/Berlin"
  ]
  "organizer" => array:1 [
    "emailAddress" => array:2 [
      "name" => "a name"
      "address" => "valid@email.com"
    ]
  ]
  "isOnlineMeeting" => true
  "onlineMeetingProvider" => "teamsForBusiness"
  "attendees" => array:1 [
    0 => array:1 [
      "emailAddress" => array:2 [
        "name" => "a name"
        "address" => "valid@email.com"
      ]
    ]
  ]
]

It works, but I do not receive the conferenceId.
"onlineMeeting": {
"joinUrl": "https...",
}

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

No repository file, test, or entry point is named. Start by reproducing the request from the issue against the linked Microsoft Graph calendar-events documentation, then trace how the PHP SDK exposes the returned onlineMeeting data; done means the expected conferenceId behavior is established and the issue has a concrete, verifiable outcome.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
api
Issue type
Bug
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.