Outlook 2007 在 iCalendar 邀请中支持哪些时区?
据我了解,Outlook 仅“部分”符合标准。 Microsoft 是否有关于其所遵循的内容的已发布规范?
我需要可用于 Outlook 会议邀请的可用时区 ID 的列表。
我正在使用 ical4j 来构建我的邀请。我找到了 ical4j-zoneinfo-outlook 项目,它可以工作适用于基本的 America/Chicago 和 America/New_York 时区。总的来说,我无法从这个库中获取完整的可用 ID 列表,并且它不支持基本的“GMT-6:00”。
有什么想法吗?谢谢!
I understand Outlook only "partially" conforms to the standard. Does Microsoft have a published spec on what they do conform with?
I need a list of the available time zone id's I can use for Outlook meeting invites.
I'm using ical4j to build my invite. I found the ical4j-zoneinfo-outlook project, and it works for the basic America/Chicago and America/New_York time zones. Overall I can't get a list of the complete available id's from this library, and it won't support basic "GMT-6:00".
Any ideas? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
获取 iCal4j 时区 ID 的完整列表的最佳方法是检查 http://tzurl.org/zoneinfo- Outlook 网站。这是 ical4j 时区的来源。
请注意,您仍然需要手动或以编程方式遍历站点以获取所有有效的 ID。
The best way to get a full list of timezone ids for iCal4j is to check the http://tzurl.org/zoneinfo-outlook website. This is the source for ical4j's timezones.
Note that you still need to either manually or programmatically traverse the site to get all the valid ids.