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

Reminders not showing up #22

Open connorwaldo opened 6 years ago

connorwaldo commented 6 years ago

I use reminders very often (ok Google, remind me to...). They're faster to create with Google Voice Assistant. I'm unable to get these to show on my screen, the events are showing just fine though. Can you help me? Thanks!

theawless commented 6 years ago

But don't we already get notifications for reminders? What's the use for it?

connorwaldo commented 6 years ago

Well I get notifications for events too.

I used my my reminders list as my to-do list. It's very powerful and useful because you can mark them as done, etc. The best part is using Google voice assistant because it's super easy to remind yourself of things. I highly recommend it.

On Thu, May 10, 2018, 9:20 AM Abhinav Singh notifications@github.com wrote:

But don't we already get notifications for reminders? What's the use for it?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/theawless/EventLock/issues/22#issuecomment-388051030, or mute the thread https://github.com/notifications/unsubscribe-auth/AIEi4u_RqhRuwzewl2hyBesV5xfDXyHkks5txD6WgaJpZM4T5w5k .

connorwaldo commented 6 years ago

Do you see what I mean? Would be so nice to have! :D

Sincerely, Connor W.

-- Connor Waldo waldoctg@gmail.com

On Thu, May 10, 2018 at 9:26 AM, Connor Waldo waldoctg@gmail.com wrote:

Well I get notifications for events too.

I used my my reminders list as my to-do list. It's very powerful and useful because you can mark them as done, etc. The best part is using Google voice assistant because it's super easy to remind yourself of things. I highly recommend it.

On Thu, May 10, 2018, 9:20 AM Abhinav Singh notifications@github.com wrote:

But don't we already get notifications for reminders? What's the use for it?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/theawless/EventLock/issues/22#issuecomment-388051030, or mute the thread https://github.com/notifications/unsubscribe-auth/AIEi4u_RqhRuwzewl2hyBesV5xfDXyHkks5txD6WgaJpZM4T5w5k .

connorwaldo commented 6 years ago

I noticed you picked this up 6 days ago. Does that mean it's going to be in the next update? :))

On Sat, May 12, 2018, 11:22 AM Connor Waldo waldoctg@gmail.com wrote:

Do you see what I mean? Would be so nice to have! :D

Sincerely, Connor W.

-- Connor Waldo waldoctg@gmail.com

On Thu, May 10, 2018 at 9:26 AM, Connor Waldo waldoctg@gmail.com wrote:

Well I get notifications for events too.

I used my my reminders list as my to-do list. It's very powerful and useful because you can mark them as done, etc. The best part is using Google voice assistant because it's super easy to remind yourself of things. I highly recommend it.

On Thu, May 10, 2018, 9:20 AM Abhinav Singh notifications@github.com wrote:

But don't we already get notifications for reminders? What's the use for it?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/theawless/EventLock/issues/22#issuecomment-388051030, or mute the thread https://github.com/notifications/unsubscribe-auth/AIEi4u_RqhRuwzewl2hyBesV5xfDXyHkks5txD6WgaJpZM4T5w5k .

theawless commented 6 years ago

https://stackoverflow.com/questions/35534774/how-to-read-reminders-in-google-calendars

The Reminders data seems to be held in a database accessible by the 'com.google.android.gms.reminders.provider.RemindersProvider' content provider. Unfortunately, the provider is not exported and therefore is not accessible to third party apps. Needless to say that the content provider is not documented and no public API exists.

I can't add this feature till Google releases a public API for accessing these reminders.