theawless / EventLock

An Xposed module to show calendar events on the lockscreen.
http://repo.xposed.info/module/com.gobbledygook.theawless.eventlock
MIT License
13 stars 2 forks source link

wrong timezone displayed #25

Closed chuntera closed 6 years ago

chuntera commented 6 years ago

I installed 3.3 via Xposed framework on my Android 8.1 phone.

The events displayed on lockscreen use timezone event was created in not current timezone of the phone.

For example I create a 9am calendar event in Los Angeles (Pacific TZ). Then I travel to New York (Eastern TZ). The event should be 12pm New York time but eventlock still shows event as 9am.

theawless commented 6 years ago

Did you try pressing the refresh button in EventLock?

theawless commented 6 years ago

Evenlock should automatically update the events when the timezone is changed.

chuntera commented 6 years ago

I tried refresh, no difference. This issue looks to be specific to calender I import from my exchange account.

theawless commented 6 years ago

Does calendar show it correctly?

chuntera commented 6 years ago

Yes shows correctly in calendar app.

jagjordi commented 6 years ago

Was this issue finally resolved? I am having the same problem. Google Calendar displays the correct time but eventlock dos not. Thanks

theawless commented 6 years ago

@jagjordi does thing happen to you only for exchange accounts too?

jagjordi commented 6 years ago

I dont really know. Its the calendar that I export from my university schedule. I add it at google calendar. The google calendar displays it correctly. I can send you the calendar link if you want Thanks

theawless commented 6 years ago

I don't possess a phone anymore on which I can develop this application. I've found the error and I can try to fix it. Can you help me test it if I provide you the apk?

jagjordi commented 6 years ago

Sure!

theawless commented 6 years ago

@jagjordi can you test this (i've put it as a zip because github blocks apk uploads)? app-release.zip

jagjordi commented 6 years ago

Apparently it works perfect now. Thank you very much!

theawless commented 6 years ago

Fixed in affe67a