Replies: 1 comment
-
|
Hi, if you like that, you are welcome to contribute something. Personally, I would prefer if you describe first how you would like to use this feature in the nicest and most comfortable way without thinking about implementation. That yields the most intuitive and friendly interface. Use-case, examples and documentation first. If you use
Not in icalendar as far as I know. It is very a very specific use-case and so would be hard to find anywhere else but also very useful to have in here.
Yes, that is wanted.
I think, this is it. It is probably useful to convert windows to linux for downstream. It could be nice to offer this as a CMD tool somewhere (small, additional package :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Normalizing Windows TZIDs to IANA on write?
I'm pulling in several
.icsfeeds on a Linux server (some from Outlook/Exchange) and merging them. The Outlook ones come through with Windows TZIDs like:The reason I want to normalize: on my web project that renders the merged calendar, the client doesn't seem to understand the Outlook/Windows TZID and just falls back to the viewer's local time — which shows the wrong time.
On read, icalendar seems to resolve these correctly to
America/New_York(I think viaWINDOWS_TO_OLSONandTZP.timezone()) — but when I callto_ical(), the Windows name still comes out in theTZIDparam andVTIMEZONE.A few questions:
to_ical()or a helper — and is that something the project would want?Beta Was this translation helpful? Give feedback.
All reactions