microsoftgraph / microsoftgraph/msgraph-sdk-php

Not Getting the "conferenceId" back from the API

未关闭
#1,027 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

Needs: Attention :wave: ToTriage
主要语言
PHP
星标
669
派生
150
平均合并
15 小时 21 分钟
30 天内合并 PR
3

描述

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...",
}

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

未指定任何 repository 文件、测试或入口点。首先根据链接的 Microsoft Graph calendar-events 文档重现 issue 中的请求,然后跟踪 PHP SDK 如何公开返回的 onlineMeeting 数据;当 conferenceId 的预期行为得到确认,并且 issue 具有具体、可验证的结果时,即视为完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
php
领域
api
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。