Replies: 4 comments 1 reply
-
First thing that comes to mind is recurrence instances. If you have any recurring events, and have overridden any of them you may have RDATE properties which will also need a TZID reference. You may want to look at the spec (RFC5545) just to see which properties can have a TZID parameter, and cross-check with your file. It is an interesting project and probably could be made into a general tool for this type of conversion.. |
Beta Was this translation helpful? Give feedback.
-
Time Zone Identifier This parameter MUST be specified on
when either a DATE-TIME or TIME value type is specified and when the value is neither a UTC or a "floating" time. |
Beta Was this translation helpful? Give feedback.
-
Since I set the time zone explicitly on the properties mentioned, do I still need the VTIMEZONE entries? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your help. All events now use the same time zone. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a calendar that uses different time zones.
For this reason I would like to harmonize all entries to use the same time zone Europe/Berlin.
Is this coding correct or did I miss something?
Beta Was this translation helpful? Give feedback.
All reactions