Closed junjie closed 3 years ago
As something to think about when implementing this, I’ve seen this snooze done in two ways.
In Apple Calendar, clicking the snoozing option will do it for a set time and dismiss the notification but if we click and hold, we’ll see a dropdown. We can then drag down to the desired snooze time and release the mouse to select it.
In Apple Reminders, clicking the Later
notification option always presents the dropdown with times for the snooze. Clicking and holding also works, but isn’t necessary.
Thanks Vitor for the comparison. I've not studied the API in-depth at this point, but IIRC, the API doesn't allow us to do it Calendar way. So I remembered not considering this feature in the past because it makes the Mark Done button tougher to get to.
It would be very convenient if it was possible to snooze reminders through notifications. Thanks a lot in advance!
If it helps, the GoodTask app (https://goodtaskapp.com/) has this functionality.
But I like your app better😇. I mean, in principle, it is possible to implement such functionality.
Related #101