Forum Archive

Create reminders / calendar events

derickfay

Is there a way to create native ios reminders and/or calendar events from pythonista? I didn't see anything in the modules in the docs but maybe I am missing something. (I know I can send a reminder to fantastical via URL scheme, which is how i handle it at the moment, but am looking for a self-enclosed solution). If not, please take this as a suggestion for a future module.
Thanks

omz

There's currently no way to access calendars/reminders, though that's definitely something I'm considering to add (I've started working on a calendars/reminders module, but it'll probably not be done in time for the 1.5 release).

Kenbo01

Depending on how keen you are you could do this by using requests library to interface with ICloud.

Doubt it would be too hard.

sammy

Just chiming in to say that I would love to have access to the calendar and reminders as a module also :)