Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I create a reminder using Google Calendar API?

Tags:

In the regular web UI for Google Calendar, when I add an event, I can choose to make it a "reminder", rather than an "event".

I'm trying to replicate that with the Python API, but can't seem to find info on how to do that. All the documentation I'm finding pertains to reminders on events (i.e. "remind half an hour before the event"), rather than the "pure" reminders.

How does one add just a pure reminder?

Pure reminder (not event reminder)

like image 554
user2671688 Avatar asked Dec 23 '16 02:12

user2671688


People also ask

What is the difference between reminder and event in Google Calendar?

Google explains that the difference between Events and Reminders is that the former is deleted irrespective of whether the event was attended or not.


2 Answers

Adding Reminders is not currently possible.

As Aaron suggested, there's an official Feature Request that can be upvoted.

like image 57
Robert K. Bell Avatar answered Sep 21 '22 06:09

Robert K. Bell


I created a simple tool that does exactly that: google-reminders-cli

like image 40
Jona Avatar answered Sep 22 '22 06:09

Jona