feat: handle meeting tzid [WPB-27614] - #5248
Open
saleniuk wants to merge 4 commits into
Open
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #5248 +/- ##
===========================================
+ Coverage 53.04% 53.06% +0.01%
===========================================
Files 745 745
Lines 25824 25838 +14
Branches 4236 4238 +2
===========================================
+ Hits 13698 13710 +12
Misses 10792 10792
- Partials 1334 1336 +2
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Contributor
Contributor
|
APKs built during tests are available here. Scroll down to Artifacts! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://wearezeta.atlassian.net/browse/WPB-27614
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
Handling TZID field for meetings, to calculate recurrences properly.
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
Create recurring meeting in a location where the time zone changes during the year (DST time) and check that the meeting occurrence times stay the same even after changing the DST time.
Here is an example - weekly meeting starting at 10AM Berlin time and also shown from the perspective of someone in Sydney, where, in the Southern Hemisphere, time changes throughout the year are the opposite of those in the Northern Hemisphere and also occur on different dates, so there are transitional periods between the time changes in these two locations.
When viewing the calendar in Sydney time, the event should not stay at the fixed time, user should explicitly see the time change from 6:00 PM → 7:00 PM → 8:00 PM across those three distinct seasonal phases.
Attachments (Optional)
tzid.mov
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.