[Feature Request] Alarm for Specific Date
Checklist
- [X] I made sure that there are no existing issues - open or closed - to which I could contribute my information.
- [X] I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
- [X] I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
- [X] I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
- [X] This issue contains only one feature request.
- [X] I have read and understood the contribution guidelines.
- [X] I optionally donated to support the Fossify mission.
Feature description
I would like the option to select a specific date for an alarm to go off on.
Why do you want this feature?
I would like to wake up early on a specific date next month. I currently can only set an alarm for certain days of the week, but don't want to wake up early every Tuesday until the specific date.
Additional information
No response
Adding my proposed solutions from #45
Feature description
Currently the alarms can be set to be rung on specific weekdays as needed. This could be further improved but adding the option to:
- Have a alarm ring on specific dates selected by a user
- Have the alarm ring every day from a start date to end date
Proposed possible implementations:
- Have new options for date range and specific dates. Clicking on them will bring up a date selector similar to the Calendar app.
- Have a pop-up menu to chose the type of occurrence and then show corresponding input options.
For 2:
- So, if a user selects once no option would be shown. If daily is selected, no other input option is shown. If specific weekdays is chosen then the current day chooser would be shown
- For the date range option: The start and end date will be shown. If tapped on, a date picker will pop-up. First click determines the start date and second click determines the end date. And the selected dates highlighted until the user presses "Ok"
- For specific dates: The chosen dates will be shown. Tapping on them shows the date selector with currently selected dates highlighted. User can click more dates (which will highlight them) and select more dates
Why do you want this feature?
This provides more versatality as the user can set alarms for specific days/range of days in the future. This is removes the requirement of needing to set an alarm right before
Additional information
Example from https://github.com/vicolo-dev/chrono:
https://github.com/FossifyOrg/Clock/assets/69535896/b3c43120-f205-43c5-bf57-bfb66369c538
+1 for setting alarm for specific date 👍🏻
vicolo-dev/chrono supports a calendar-like view for creating alarms for a specific date, can even be set years apart.