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

Add support to show Reminders (shown in Google Calendar, Inbox, Google, or Google Keep) #220

Closed
CptanPanic opened this issue Dec 5, 2015 · 15 comments

Comments

@CptanPanic
Copy link

With Google inbox you can make reminders that show up in Google calendar. What is wierd is that it doesn't show on their calendar widget. Can this widget add support for this?

@donimo
Copy link

donimo commented Dec 24, 2015

The most recent update to the Google calendar app added reminders as well. They show up in the Google calendar widget but not this app. Could you add support for this feature? I use reminders ask the time now and have had to go back to the Google widget to see them. I much prefer your widget though otherwise, thanks!

@yvolk yvolk changed the title Add support to show Google inbox reminders. Add support to show Reminders (shown in Google Calendar, Inbox, Google, or Google Keep) Jan 21, 2016
@yvolk
Copy link
Collaborator

yvolk commented Jan 21, 2016

Reminders are a very new Google feature. Today I could find this support page on Reminders: https://support.google.com/calendar/answer/6285327?hl=en
This page has Android developers info on using reminders: http://developer.android.com/guide/topics/providers/calendar-provider.html#reminders
So technically this looks like doable.

@mpost
Copy link
Collaborator

mpost commented Jan 21, 2016

The reminders feature gets requested a lot... Could be worth investigating.

@erikgeurts
Copy link

exactly, in #230 several people including me requested this.

@fmaylinch
Copy link

+1

Thanks for this excellent widget!

@PhysicsCodingEnthusiast

Thank you for all of your hard work! Just wondering, is this a feature we can hope to get in the near future? It would be great! Thanks!

@Andy766702
Copy link

Would love to see reminders added. This app is so good.

@efbgirotto
Copy link

+1

@Lawnsweper
Copy link

Any sign of this feature being added ?

@fmaylinch
Copy link

I suggest to pay for this in advance, so the author can dedicate the time
to implement it. I'm willing to pay. Start a crowdfunding or something like
that. I'm serious.

On Wed, Nov 16, 2016 at 12:37 PM, Lawnsweper notifications@github.com
wrote:

Any sign of this feature being added ?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#220 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABmFR3Qx5CyJnW9OdAiFN76xaJ301Bhzks5q-urigaJpZM4Gve_O
.

@yvolk
Copy link
Collaborator

yvolk commented Nov 19, 2016

I re-read available documentation on Reminders at https://developer.android.com/guide/topics/providers/calendar-provider.html#reminders, created a couple of reminders via Google apps and it came to me that there is NO any documentation on the "Reminders”, about which we are talking here.
I found recent discussion of the Google reminders in StackOverflow: http://stackoverflow.com/questions/35534774/how-to-read-reminders-in-google-calendars?rq=1
and it confirmed my suspicions:

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.

Conclusion: showing Reminders (shown in Google Calendar, Inbox, Google, or Google Keep) cannot be implemented now in any reliable way.

@PhysicsCodingEnthusiast

Thanks for the response! Is there any way for a developer (or us) to request a public API for this? Would really like to have this functionality in third-party apps.

@Nafania
Copy link

Nafania commented May 9, 2017

@yvolk https://developers.google.com/google-apps/tasks/ isn't it documentation that you're looking for?

@ianrenton
Copy link

+1 from me, I would love to see this feature if/when Google makes the API available.

@Nafania I think that's something else, Google Tasks (https://mail.google.com/tasks/canvas) doesn't seem to reflect the Reminders on my calendar, or vice versa.

@Ahwaiz
Copy link

Ahwaiz commented Aug 23, 2017

+1 for Google reminders. There appears to be no implementation of this feature in any 3rd party calendar widget app I've come across

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