ReminderList objects have tasks
, incompleteTasks
and completeTasks
properties which are arrays of their reminders. You can loop over those and read/modify reminders.
1 Like
ReminderList objects have tasks
, incompleteTasks
and completeTasks
properties which are arrays of their reminders. You can loop over those and read/modify reminders.