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 validating the iCal on the website https://icalendar.org/validator.html, I get the following errors (for all events): Invalid TZID value or missing VTIMEZONE component (Europe/Paris) [near line # 5]
The strange thing is: Europe/Paris is never mentioned in my code!
If I switch the boolean in the DateTime constructor to false, errors disappear but then my iCal clients use UTC.
Thank you all.
The text was updated successfully, but these errors were encountered:
ncavallini
changed the title
Error adding a timezone
Invalid TZID value or missing VTIMEZONE component (Europe/Paris)
May 21, 2024
Hello all,
I'd like to add the timezone
Europe/Zurich
to myCalendar
.I do the following:
When validating the iCal on the website https://icalendar.org/validator.html, I get the following errors (for all events):
Invalid TZID value or missing VTIMEZONE component (Europe/Paris) [near line # 5]
The strange thing is: Europe/Paris is never mentioned in my code!
If I switch the boolean in the
DateTime
constructor tofalse
, errors disappear but then my iCal clients use UTC.Thank you all.
The text was updated successfully, but these errors were encountered: