Microsoft 图表在夏令时创建事件时返回错误请求

Microsoft graph returning bad request when creating event in daylight savings time

我正在尝试使用 Microsoft Graph 创建活动 API。我收到以下错误。

{
  "error": {
    "code": "TimeZoneNotSupportedException",
    "message": "A valid TimeZone value must be specified. The following TimeZone value is not supported: 'Eastern Daylight Time'.",
    "innerError": {
      "date": "<Date>",
      "request-id": "<RequestID GUID>"
    }
  }
}

如何在 Microsoft Graph 中处理夏令时?

它是自动处理的。请改用 Eastern Standard Time