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

TEC-4831 outlook timezone omitted with subscribe #4444

Open
wants to merge 8 commits into
base: fix/TEC-4916-filter-outlook-links
Choose a base branch
from

Conversation

andrasguseo
Copy link
Contributor

@andrasguseo andrasguseo commented Dec 5, 2023

TEC-4831

When using the Subscribe to Outlook on a single event page, then the event time zone is not taken into account.
This PR attempts to provide a fix for that.

This is what happens before the fix:
If there is an event with New York time zone in the calendar, and I click subscribe, then Outlook offers to save it with those original times using my Outlook time zone, which is different than New York, giving me wrong times as a result.

This is what happens with the fix:
If there is an event with New York time zone in the calendar, and I click subscribe, then Outlook will recalculate the start/end times and offers to save it with those using my Outlook time zone.

I could only test with Outlook Live and there it work.

I added a boolean filter to be able to revert back to the original functioning. Maybe that filter should be flipped.

There's some other Outlook-related fix planned in #4441. It would be a nice companion to that. 🙂

@andrasguseo andrasguseo added the code review Status: requires a code review. label Dec 5, 2023
@Camwyn Camwyn changed the base branch from master to fix/TEC-4916-filter-outlook-links December 6, 2023 20:18
@Camwyn Camwyn force-pushed the fix/TEC-4831-subscribe-outlook-timezone branch from eee75fc to abb0819 Compare December 6, 2023 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code review Status: requires a code review.
Projects
None yet
3 participants