
Followers
0
Following
0
Joined
Last Online
-
-
jmnickerson
@pulbrich Oh ok. Party. That looks like just what I needed. Thanks 👌👍
Something like this does the trick then.
cals = {cal.title: reminders.get_reminders(calendar=cal, completed=False) for cal in reminders.get_all_calendars()}
-
jmnickerson
Howdy folks,
I just started messing around with the reminders module, and I cannot figure out how to get all the reminders for a specific calendar or how to get the Calendar for specific reminders.
I don't see any reference to how to do this in the documentation (http://omz-software.com/pythonista/docs/ios/reminders.html#reminders.Calendar), and inspecting Calendar and Reminder objects also seems fruitless.
Relationships between the reminders/calendars is a pretty central concern so this seems like a huge omission.
Does the reminders module truly omit this or am I missing something obvious?