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

Outlook showing wrong time for events on mobile #21

Closed
bobeagan opened this issue Nov 19, 2020 · 9 comments
Closed

Outlook showing wrong time for events on mobile #21

bobeagan opened this issue Nov 19, 2020 · 9 comments

Comments

@bobeagan
Copy link

Using this example link: https://outlook.live.com/calendar/0/deeplink/compose?path=/calendar/action/compose&rru=addevent&startdt=2020-12-31T19:30:00Z&enddt=2020-12-31T22:30:00Z&subject=Birthday&body=With%20clowns%20and%20stuff&location=North%20Pole

Will show correctly on desktop but using the same link in iOS (but I'm told this also is a problem on Android) will fail to pick up the correct times. I've tried manipulating the time format in many different ways to get it to pick up without luck.

If I try an event that spams multiple days, using an example like this: https://outlook.live.com/calendar/0/deeplink/compose?startdt=2020-08-12T00:00:00&enddt=2020-08-13T12:00:00&subject=Hello%20World&body=Hello%20World

The end time is correct but the start time is still wrong. From what I can gather it appears to be rounding up to the nearest hour for the start time.

Wondering if anyone else can reproduce this and/or has figured out a workaround for this to work on mobile.

@HiteshMali1711
Copy link

image

I can see this error in console when we try to open outlook calendar link

@parap
Copy link

parap commented Jul 11, 2021

I guess it has something in common with force-setting time to have UTC timezone in WebOutlook->generate(). Have the same issue -- outlook calendar generates wrong time.

Google->generate() doesn't force the datetime to UTC timezone and produces correct time.

@soplan
Copy link

soplan commented Jul 13, 2021

We are also experiencing the same issue. Haven't figured out how to fix this for mobile.

Any suggestions or work arounds are welcome!

@Tsjippy
Copy link

Tsjippy commented Nov 3, 2021

Same issue here!

@strewhella
Copy link

strewhella commented Nov 29, 2021

Seeing this too. The test event shows 12pm -> 12:30pm on mobile instead of 6:30am -> 9:30am

This appears to be a bug with Outlook mobile. You can reproduce on desktop by resizing the browser window down and reloading.

@HagarAyad
Copy link

Same issue here! , anyone found a solution?

@jesusPoveda
Copy link

This still happening, outlook desktop and web will pick up the right time , but for mobile devices wont

@jekuer
Copy link
Contributor

jekuer commented May 11, 2023

This seems to be resolved by Microsoft.
Works now as expected.

@alies-dev
Copy link
Member

Works now as expected.

cool, closing the issue then 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants