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

Fix end timezone on recurring events that don't have an end_time set #82

Merged
merged 2 commits into from
Feb 14, 2024

Conversation

edalzell
Copy link
Member

Closes #81

To trigger this you need to have an event in a non-UTC timezone that's behind UTC by several hours and have no end_time set so that it defaults to the end of day.

Issue is that the end was being set to UTC which means the last occurrence was never shown because it was in the past.

@github-actions github-actions bot added the fix label Feb 14, 2024
@edalzell edalzell merged commit 425703d into main Feb 14, 2024
1 of 9 checks passed
@edalzell edalzell deleted the fix/no-end-time-recurring branch February 14, 2024 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

If recurring event is all and recurrence ends on the last day of event, the occurrence is not shown.
1 participant