Replies: 1 comment
-
This is due to DTSTAMP which should always be in UTC, the package will generate a timezone for it. Not sure if that's a requirement from the spect though. Since we haven't heard from anyone else about this I don't think this is that big of an issue. If you find some documentation that says that in this case no UTC timezone component is required and provide a PR that removes it then I'll gladly merge it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Perhaps I don't quite understand how ICAL works, but when I create a calendar using this code
returns this:
How is it that TZID appears TWO times? One with Europe/Amsterdam, the second one being UTC?
I know it tries to keep in to account multiple timezones for multiple events (or however that works) But when I make sure all my dates are in Europe/Amsterdam timezone I just do not get why this library still thinks I want UTC. This anomaly mainly confuses google calendar and causes it to shows the wrong time (by adding an hour, I also checked the timezone of the calendar in google calendar and yup, it's GMT+0 while it should be GMT+1). Other calendars like gnome calendar do interpret the timezone correctly however.
Is there anyone that is familiar with this issue or can explain it to me better?
Beta Was this translation helpful? Give feedback.
All reactions