Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alarm / reminders skill #232

Open
Stypox opened this issue Aug 21, 2024 Discussed in #219 · 4 comments
Open

Alarm / reminders skill #232

Stypox opened this issue Aug 21, 2024 Discussed in #219 · 4 comments
Labels
enhancement New feature or request skill Skill request or bug

Comments

@Stypox
Copy link
Owner

Stypox commented Aug 21, 2024

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.

@Stypox Stypox added enhancement New feature or request skill Skill request or bug labels Aug 21, 2024
@Stypox
Copy link
Owner Author

Stypox commented Aug 21, 2024

@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.

@hermann-san
Copy link
Contributor

It would be nice to set a timer (minutes or better hours and minutes). Maybe that's easier to develop.

@ecker00
Copy link

ecker00 commented Oct 24, 2024

This would be the final puzzle peace for me, and would need that reminder to work with DAVx / NextCloud, so it can sync between devices and allows shared lists. https://www.davx5.com/faq/tasks/advanced-task-features

@Stypox Stypox changed the title Implementing "Reminders"? Alarm / reminders skill Nov 9, 2024
@Stypox
Copy link
Owner Author

Stypox commented Nov 9, 2024

Originally posted by sybenx Oct 20, 2024 in #248

"set alarm for [time]" currently brings up the internal timer skill and asks for how long the timer should be for. It should instead open the clock until #84 is complete.

set alarm for [time]
set alarm at [time]

"set alarm at midnight"
"set alarm for 5:15"
"set alarm for 21:00" (9pm)

noon (12pm), midnight (12am), and a preset evening (7:00pm), morning (7:00am) time should be included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request skill Skill request or bug
Projects
None yet
Development

No branches or pull requests

3 participants