-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft Outlook use different time zone id's #118
Comments
This problem is a result of the Java time library not identifying the time zone provided by Outlook - it's a non-standard time zone. Can you configure Outlook to provide a standard time zone? |
There are no settings for generating the .ics file. |
How is the time zone set on the computer? Can the selection be made there? |
No, It comes from the online version of outlook. So I don't think computer time zone settings will have effect. |
Can you upgrade your Java version? If not, you can write a preprocessor that does a simple string substitution to replace the W. Europe Standard Time for a time zone that fits and Java 8 understands (e.g.TZID:Europe/London) |
I cannot upgrade Java yet. Or should I create a method which read the ics file to a string and replace all the possible strings. |
Hi,
I want to import an .ics calendar from Microsoft Outlook
An error occurs while parsing this file :
The RFC-5545 describes the syntax TZID is invalid also. So I don't think you code is wrong, but do you know about this? Do you know a workaround?
Thanks
The text was updated successfully, but these errors were encountered: