Uh oh!
There was an error while loading. Please reload this page.
fix(caldav): Fix reminder timezone drift for all-day events - #36192
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ChristophWurst
commented
Feb 8, 2023
/backport to stable25 |
ChristophWurst
commented
Feb 8, 2023
/backport to stable24 |
ChristophWurst
commented
Feb 9, 2023
Correct. Coming with nextcloud/calendar#4935 hopefully |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
bbe17e6 to
b5f7afdCompareChristophWurst
commented
Feb 10, 2023
/backport to stable24 |
Luncheon3462
commented
Jul 30, 2023
I’m just an end user, not a dev but running NC 26.0.3. The time zone drift for all day event reminders still occurs for me. Doesn’t matter if I use the personal calendar that is automatically created or a new calendar that I create. My time zone is set correctly in the nc calendar app settings app. Is this expected still? |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
st3iny
commented
Jul 31, 2023
@Luncheon3462 That is unfortunate. Please open a new issue and follow the bug template so that we can track and investigate the issue. |
@st3iny I'll do my best. Not a developer or github user. Only created an account to let you, @ChristophWurst@tcitworld@miaulalala know that the bug may still be present. I also posted on the nextcloud forum, and at least one other person is reporting the same. That thread is at https://help.nextcloud.com/t/calendar-timezone-bug-36192/167212 |
Contributes to nextcloud/calendar#4778
Summary
All day events contain no timezone information. Yet reminders are specified relative to the event start. Each calendar has an optional timezone. If it's set, we should use that to determine the correct UTC timestamp for the reminder. As a fallback we should use UTC.
Ref https://www.rfc-editor.org/rfc/rfc4791#section-5.2.2
TODO
Checklist