ical4j / tzurl

This project implements conversion of IANA tzdata into iCalendar VTIMEZONE objects
http://tzurl.org
GNU General Public License v2.0
16 stars 7 forks source link

tzurl.org is missing several locales for zoneinfo-outlook #15

Open wongk opened 7 years ago

wongk commented 7 years ago

http://www.tzurl.org/zoneinfo-outlook/

America, amongst others, went missing.

aDominguezEcs commented 7 years ago

Do you have an estimated date for this issue to be fixed?

gkondayap commented 6 years ago

I too see teh similar issues like (1) dst not working with newyork timezone and (2) meeting invites are not compatible with outlook or webemail. Outlook shows "incompatible format with .ics file attachment.

Above 2 issues are resolved by using zoneinfo instaed of zoneinfo-outook.

I notice the size of .ics files in http://www2.tzurl.org/zoneinfo/America/ is considerably more than www2.tzurl.org/zoneinfo-outlook/America/New_York.ics.

CODE-USED: ical4j-3.0.1 to create meeting invites. TimeZoneRegistry timeZoneRegistry = new TimeZoneRegistryImpl( "/tzurl.org/zoneinfo-outlook/" );

Question--> Why zoneinfo working better than zoneinfo-outllok? Is it because of latest upgrades?