Draft
Conversation
9f65dc7 to
8e72260
Compare
…nts. Also add test case. Fixes #2846 Co-authored-by: and <and@tutao.de>
for alarms with repeat rules.
Co-authored-by: jas <jas@tutao.de>
Co-authored-by: and <and@tutao.de>
Co-authored-by: and <and@tutao.de>
Exporter was using DATETIME, but RFC 5546 specifies DATE-TIME. This caused imports into ProtonMail & possibly Thunderbird to fail. Fixes #10560
Co-authored-by: and <and@tutao.de> Co-authored-by: jas <jas@tutao.de>
During occurrence generation the an event can have DST applied to some of its occurrences. We handle this case by calculating the difference in offset from the progenitor of the series to the calculated next date that will generate the next occurrences. For all day events (00:00:00 UTC0) this was creating a final timestamp with an extra offset of 1hr. This commit introduces checks that skips this steps for all day events. Closes #10558 Co-authored-by: jas <jas@tutao.de>
Events happening on the first day of DST were rendering as though they were 1 day earlier. Also refactored widget loading with helper function for readability. Fixes #10565 Co-authored-by: and <and@tutao.de>
Fixed alignment issues and remove extra people icon. Also change clock outline to filled clock. Fixes #10638
The CancelledError was always happening in the cases that more than one batch request failed, causing this error instead of actually retrying. Now EventBusClient's processEventBatch will always retry in case of ServiceUnavailableError. Co-authored-by: abp <abp@tutao.de>
Registration of the quick actions was still behind a feature flag, even though the revision 7f12cc7 was supposed to make it available for everyone. This broke the feature for the customers without the feature and displayed no results after using the keyboard shortcut.
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.
No description provided.