You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by StOoPiDU July 17, 2024
Hello there! Just found out about this project, love the idea! I currently use the Google Assistant on my phone for three things; timers, setting an alarm, and setting reminders. The reminders are the most important ones to me. What are the chances/interest level of implementing a reminder function?
In my mind, they would require background task permission, and notification permission. You would audibly say your reminder string, and give it a time, then the background task would try to schedule a notification to be sent at the time with that string as a title.
Love the app and the intention of it. Thanks for the read.
The text was updated successfully, but these errors were encountered:
@StOoPiDU the biggest issue to make this work is recognizing the date/time of the reminder. dicio-numbers already implements date/time parsing for English and Italian though, so at least in those languages it should be quite easy to create this skill.
Discussed in #219
Originally posted by StOoPiDU July 17, 2024
Hello there! Just found out about this project, love the idea! I currently use the Google Assistant on my phone for three things; timers, setting an alarm, and setting reminders. The reminders are the most important ones to me. What are the chances/interest level of implementing a reminder function?
In my mind, they would require background task permission, and notification permission. You would audibly say your reminder string, and give it a time, then the background task would try to schedule a notification to be sent at the time with that string as a title.
Love the app and the intention of it. Thanks for the read.
The text was updated successfully, but these errors were encountered: