26

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)

user2671688
  • 643
  • 1
  • 6
  • 13
  • 8
    Add your star to the [feature request](https://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=4437&can=1&sort=-stars&colspec=Stars%20Opened%20ID%20Type%20Status%20Summary%20API%20Owner). – Aaron Mar 24 '17 at 23:50

3 Answers3

18

Adding Reminders is not currently possible.

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

Robert K. Bell
  • 9,350
  • 2
  • 35
  • 50
15

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

Jona
  • 669
  • 10
  • 18
3

I have translated Jona's https://github.com/jonahar/google-reminders-cli from Python to:

Jinjinov
  • 2,554
  • 4
  • 26
  • 45