首页 > 解决方案 > 活动未显示在与会者的日历中

问题描述

我正在使用 Microsft Graph 添加带有在线会议的日历事件,并且我得到了成功的响应。

然而,该事件并未显示在与会者的日历中。此外,它无法向与会者发送电子邮件。我可以看到在活动组织者的邮箱中反弹的电子邮件。

网址:

/v1.0/users/admin@deovratj1990.onmicrosoft.com/events

标题:

Authorization: Bearer [ACCESS_TOKEN]

有效载荷:

{
  "start": {
    "dateTime": "2021-03-02T16:30:00",
    "timeZone": "India Standard Time"
  },
  "end": {
    "dateTime": "2021-03-02T17:00:00",
    "timeZone": "India Standard Time"
  },
  "subject": "Interview scheduled with Deovrat Candidate on Tue, March 02, 4:30 PM - 5:00 PM IST",
  "body": {
    "contentType": "HTML",
    "content": "<body style=\"margin:0px; font-family:Arial\">\nHello,<br/><br/>\n\n\t    Your are scheduled to interview Deovrat Candidate for Java Developer - Deovrat Recruiter.<br/>\n        \n                <br/>View Deovrat Candidate's profile and give your feedback. <br/>\n\t\t\t<a href=\"https://east2.ripplehire.com/ripplehire/interviewer#list/token/73rHnVJ57kPO5YvJEn6V\" target=\"_blank\">https://east2.ripplehire.com/ripplehire/interviewer#list/token/73rHnVJ57kPO5YvJEn6V</a><br/>\n    \n\t<p>When: Tuesday, 02 Mar 2021</p>\n\t<p>Type: Video Interview</p>\n\t\n<hr style=\"border: 1px dashed black;\" />\n\n\t<table style=\"width:100%\" >\n\t   <thead>\n\t\t   <tr>\n\t\t\t   <th align=\"left\"><span style=\"font-weight: bold\">Time</span></th>\n\t\t\t   <th align=\"left\"><span style=\"font-weight: bold\">Interviewer</span></th>\n\t\t\t   \n\t\t   </tr>\n\t   </thead>\n\t   <tbody>\n\n\t\t\t<tr>\n\t\t\t   <td align=\"left\"> 4:30 PM - 5:00 PM IST</td>\n\t\t\t   <td align=\"left\">interviewer1@deovratj1990.onmicrosoft.com</td>\n\t\t\t   \n\t\t   </tr>\n\t\t</tbody>\n\t</table>\n\n\t\n\n\t<p>Candidate contact Info</p>\n\t<hr style=\"border: 1px dashed black;\" />\n\t<p>Deovrat Candidate, jalgaonkar.deovrat@gmail.com</p>\n \t<br/><br/>\n   <span style=\"text-decoration: none\"> Regards,<br/>\n   \t<span>Deovrat Recruiter</span><br/>\n\t     \t\t<span>admin@deovratj1990.onmicrosoft.com</span><br/>\n\t</body>"
  },
  "attendees": [
    {
      "emailAddress": {
        "address": "interviewer1@deovratj1990.onmicrosoft.com"
      },
      "type": "required"
    }
  ],
  "isOnlineMeeting": true,
  "onlineMeetingProvider": "teamsForBusiness"
}

标签: microsoft-graph-apimicrosoft-graph-calendar

解决方案


推荐阅读