How do I create a reminder using Google Calendar A

2020-02-24 17:23发布

问题:

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?

回答1:

Adding Reminders is not currently possible.

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



回答2:

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



回答3:

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

  • JavaScript: https://github.com/Jinjinov/google-reminders-js
  • PHP: https://github.com/Jinjinov/google-reminders-php