How do I create a reminder using Google Calendar A

2020-02-24 16:49发布

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)

3条回答
不美不萌又怎样
4楼-- · 2020-02-24 17:25

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

查看更多
登录 后发表回答