【发布时间】:2018-02-12 17:43:21
【问题描述】:
我正在尝试预填充指向 Microsoft OWA 的创建事件链接。 这有效:
https://outlook.live.com/owa/
?path=/calendar/action/compose
&subject=TestEvent
&location=testlocation
&startdt=2018-02-29T19:00:00
&enddt=2018-02-29T20:00:00
&body=Testtext+my+test+text
但我没有找到设置时区的方法,因为出于某种原因that is not documented。
有没有办法设置startdt和enddt的时区?
我已经尝试将 Z 附加到日期,因为这适用于 Yahoo 和 Google 日历链接(它告诉应用程序时区是 UTC)。
【问题讨论】:
标签: html hyperlink outlook-web-app outlook-calendar