-
Notifications
You must be signed in to change notification settings - Fork 127
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
Show alarms in the widget #248
Comments
Do you mean "Reminders"? Please see #220 |
I was referring to the alarms set by the clock app, which also makes a small icon appear in the status bar. |
The Calendar Widget shows all "events", which are exposed/provided via the Android Calendar Provider API ( https://developer.android.com/guide/topics/providers/calendar-provider.html ). This allows us to show events, created by any application, which supports this API. |
I was talking about the stock Clock application which does not create an event or reminder within the Calendar but does set an alarm. |
It looks like what you are talking is about the "Alarm Clock events" and they can be accessed via the AlarmManager https://developer.android.com/reference/android/app/AlarmManager.html |
Well, I guess that's fine. An usual use case would be to set your morning alarm once per day or have it repeating on certain days. |
It would be very nice if alarms would be included in the widget too.
The text was updated successfully, but these errors were encountered: