当使用America/Los_Angeles timeZone向https://graph.microsoft.com/v1.0/me/calendar/events发出特定的America/Los_Angeles补丁请求时,我得到了一个ErrorInternalServerError:
"IANA time zones are not supported. REST APIs for this mailbox are currently in preview. You can find more information about the preview REST APIs at https://dev.outlook.com/."
这通常意味着什么?例如,ErrorInternalServerError是否意味着这是在微软这一端,或者错误消息意味着时区无效?
注意: Graph API网站directs users to SO可以询问有关用法的任何问题。
发布于 2021-01-12 14:43:18
Graph必须使用Windows时区,而不是IANA时区。要获得受支持时区的概述,您可以从Graph中请求它们。
https://stackoverflow.com/questions/60496865
复制相似问题