Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Accessing Google Inbox reminders using API

Is there any way to access Google Inbox reminders via Gmail API or another way? I know that Google Inbox can show reminders from Google Keep, but can't find any information about how this communication is done.

like image 674
Ondřej Šotek Avatar asked Jul 18 '15 18:07

Ondřej Šotek


People also ask

How do I pull up my Google reminders?

In the Google Assistant app On your Android phone or tablet, say "Hey Google, open Assistant settings." Under "All settings," tap Reminders.

What can I do with Gmail API?

The Gmail API is a RESTful API that can be used to access Gmail mailboxes and send mail. For most web applications the Gmail API is the best choice for authorized access to a user's Gmail data and is suitable for various applications, such as: Read-only mail extraction, indexing, and backup.


2 Answers

You cannot get the reminders via the Gmail API at this time.

Google Keep, Now and Inbox have no APIs either sadly.

So if you are making an application, your cannot get the reminders of your users as of yet.

To get your own reminders though, simply type "What are my reminders?" into Google.

like image 113
Tholle Avatar answered Sep 21 '22 00:09

Tholle


It seems that reminders have been integrated into the Calendar API, although I'm not sure whether these are the same kind of reminders.

like image 27
Diego P. Steiner Avatar answered Sep 19 '22 00:09

Diego P. Steiner