I’m creating and saving reminders but if I attempt to assign a calendar to it, scriptable crashes.
const calendar = await Calendar.forRemindersByTitle(“Routines”);
const reminder = new Reminder();
reminder.title = “test”;
reminder.calendar = calendar;
reminder.save();
Tried it but mine saves with no issues. See if you can save it on another list besides Routines.
Same Issue, created a new list called “foo”. I also tried setting it to the default calendar “Reminders” and it crashes there too.
Do you have the latest version 1.0.2?
- Bugfix: Fixed issue where the app would sometimes crash when saving reminder
1 Like
The 1.0.2 update seems to have fixed it. Thanks!
1 Like