You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When someone creates an .ics file, they want to have it easy to create a valid file #596 and that includes VTIMEZONE information. The timezone information is given by zoneinfo/tzdata and can be translated into a VTIMEZONE component. However, this is not implemented in this package. May people would benefit from that.
Maybe, in this ecosystem, there is someone who has already implemented this. This could be evaluated:
The
icalendar
can be enhanced by allowing the generation of the VTIMEZONE component automatically. The problem we are facing is recorded here, too:When someone creates an
.ics
file, they want to have it easy to create a valid file #596 and that includes VTIMEZONE information. The timezone information is given by zoneinfo/tzdata and can be translated into a VTIMEZONE component. However, this is not implemented in this package. May people would benefit from that.Maybe, in this ecosystem, there is someone who has already implemented this. This could be evaluated:
See also:
The text was updated successfully, but these errors were encountered: