POST https://graph.microsoft.com/v1.0/groups/4a3c5f77-463e-XXXXXX-fa8XXXXXX/calendar/events
Accept: application/json
Authorization: Bearer <Token>
Content-Type: application/json; charset=utf-8
{
"originalStartTimeZone": "UTC",
"originalEndTimeZone": "UTC",
"start":
{
"dateTime": "2015-12-03T09:30:00-00:00", "timeZone": "UTC"
},
"end":
{
"dateTime": "2015-12-03T10:30:00-00:00", "timeZone": "UTC"
},
"responseStatus":
{
"response": "Accepted", "time": "2015-12-01T18:34:00-08:00"
},
"reminderMinutesBeforeStart": 15,
"isReminderOn": true
}
錯誤:創建組日曆事件失敗
{
"error":
{
"code": "ErrorInternalServerError",
"message": "The SMTP address has no mailbox associated with it.",
"innerError":
{
"request-id": "f62423b0-0ade-494d-8c8c-1b56db60b524",
"date": "2015-12-02T10:39:44"
}
}
}
我試圖與下文提到的這兩個帖子的網址,
POST /groups/<id>/events
POST /groups/<id>/calendar/events
我曾嘗試以不同的羣類型,其中包括啓用安全,啓用郵件和統一組,但我看到相同的錯誤消息,任何幫助,將不勝感激。
哦,這真是一種恥辱 - 不幸的是我的項目很糟糕。 :-(它是未來支持的路線圖,還是守護進程永遠無法使用客戶端憑證來操作組日曆? –
是的,它在路線圖上,但在最近的將來不會提供。 –
@MarekRycharski請你告訴我或者引用我一個正確的方式來列出事件或獲得一個組的日曆 –