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?