Questions tagged [reminders]
402 questions
2
votes
2 answers
Slack reminder for every other weekday
Like the title says I would like to be reminded by slack of having Bug Support every other weekday.
I tried /remind me BugSupport every second weekday but this reminds me every weekday!
Alternative solutions are also welcome!

Frank Adrian
- 1,214
- 13
- 24
2
votes
1 answer
Azure Service Fabric Actor Reminder Registration Exception
I'm using reminders in my Actors but have an issue when the first Actor attempts to register the reminder in the "OnActivateAsync", it throws an exception saying it's currently loading reminders please try again later. The next actor successfully…

acart
- 61
- 6
2
votes
2 answers
Reminder/Alarm in ionic 2
I am trying to implement reminder/alarm after a certain period of time in ionic2.I have found this plugin https://github.com/wnyc/cordova-plugin-wakeuptimer but I want to implement it using typescript as this is no recognizing window.wakeuptimer…

rchgupta
- 89
- 1
- 1
- 6
2
votes
3 answers
Is it possible to add a reminder programatically without creating event in android calendar?
I use Google Calendar Provider for Android to add Events in my Google Calendar:
https://developer.android.com/guide/topics/providers/calendar-provider.html#overview
And this is the example to add Reminder for the Event:
ContentValues values = new…

sytolk
- 7,223
- 3
- 25
- 38
2
votes
1 answer
How to set UI Local Notification for 21 days with 7 days of pause
I need to set up UI Local Notification once a day for 21 days in row, after 21 days I need these notifications to pause for 7 days and then start again.
Im developing a Swift 2.3 application for woman menstrual period control and I need to create…

Bruno Pantaleão
- 129
- 8
2
votes
1 answer
Can we change Account's Default Reminders and Expiration through DocuSign API?
We want to change DocuSign account's default reminder and expiration settings using DocuSign REST API. Is there any API available so we can manage it.
I know we can set reminder and expiration settings on envelope notification but we want to change…

Jigar
- 129
- 1
- 9
2
votes
0 answers
iOS reminder - how to add URL to own app?
I have got one question about iOS reminders. Is it possible to add URL which opens my application to EKReminder in iOS?

Blady214
- 729
- 6
- 19
2
votes
2 answers
Azure Service Fabric actor reminder update?
Suppose I have a reliable actor that registers a reminder in OnActivateAsync. This reminder has a period that is retrieved from some persistent storage. After some time the actor is garbage-collected.
After some more time the actor is called or the…

Ronald Wildenberg
- 31,634
- 14
- 90
- 133
2
votes
1 answer
It is not under singleton mode, U can't use it
In my Reminder app, If I select time which just passed away, then app not working, getting following error:
Log
D/ANRAppManager: !!! It is not under singleton mode, U can't use it. !!!
05-13 10:55:19.934 22594-22600/com.mri I/dalvikvm: threadid=3:…

Sun
- 6,768
- 25
- 76
- 131
2
votes
0 answers
API for google reminders created in the calendar
For some time we have been getting the option to create reminders using the calendar app in android. I was wondering if there's an API for it - displaying the reminders for starters. I'm not retrieving them using query with…

user2679041
- 241
- 2
- 13
2
votes
1 answer
Starting with reminders trought ASP.net
I need to check daily if there is some people late on there task, and send them emails if they are... what do i choose ? none of these seem made for that.

Antoine Pelletier
- 3,164
- 3
- 40
- 62
2
votes
2 answers
Slack integration for alarms or alerts
I am new to Slack. I can't find any integrations for an "alarm clock"-type integration, as explained below.
What I'm looking for is a reminder to post to one of our Slack channels on a set schedule. For instance: each weekday at 9 AM, our #bug-fix…

SterlingVix
- 321
- 6
- 12
2
votes
0 answers
Customize calendar event reminder notification
I have directly created a calendar event through my app and added reminder also. They are working perfectly. But when I click reminder notification, it's opening device calendar event.
Now I want to customize reminder notification to load my app…

user3800832
- 421
- 2
- 8
- 22
2
votes
1 answer
Adding reminder to event fails in Android
I have a method which adds an reminder to an event, but it fails:
FATAL EXCEPTION: main
android.database.sqlite.SQLiteException
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:184)
at…

mrd
- 4,561
- 10
- 54
- 92
2
votes
0 answers
Create a custom TableView like the reminder native iOS App
I want to create a TableView like the reminder native iOS app in its design.
The tableView is simple to achieve, what I want to make is the rounded corners from the top of the cell.
What I can do it making a full rounded corners view like this:
//…

sazz
- 3,193
- 3
- 23
- 33