Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events with timezone TZID in DTSTART and no UNTIL (infinite) show as All-Day #6932

Open
Stf-F opened this issue Jul 31, 2022 · 1 comment · May be fixed by #7223
Open

Events with timezone TZID in DTSTART and no UNTIL (infinite) show as All-Day #6932

Stf-F opened this issue Jul 31, 2022 · 1 comment · May be fixed by #7223

Comments

@Stf-F
Copy link

Stf-F commented Jul 31, 2022

Reduced Test Case

Hello, I have looked at the existing issues but could not find anything related.
Here is the reduced test case. Change the variable names to see the different outcomes.

https://codepen.io/RD0D0/pen/WNzdpRB

Bug Description

When using the rrule plugin, events without an UNTIL attribute, i.e "infinite" events, will not show the start time of the events as defined in the DTSTART attribute but will default to "All Day".

And events using a TZID parameter will not show the start time either but will default to All Day.

@acerix acerix changed the title Events start time show as All-Day when using rrule without until or with timezone Events with timezone TZID in DTSTART and no UNTIL (infinite) show as All-Day Aug 1, 2022
@acerix
Copy link
Member

acerix commented Aug 1, 2022

Thanks confirmed. It seems like an issue with the TZID timezone format.

I think the best workaround would be to convert DTSTART to UTC in advance instead of using TZID. It also works to set the timezone like +01:00 in an rrule object:

https://codepen.io/acerix/pen/XWEZJqj?editors=0010

Seems related to #6834

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment