开发者

What time zones does Outlook 2007 support in iCalendar invites?

开发者 https://www.devze.com 2023-02-07 03:03 出处:网络
I understand Outlook only \"partially\" conforms to the standard.Does Microsoft have a published spec on what they do conform with?

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开发者_Go百科/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!


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消