Questions tagged [reminders]
402 questions
0
votes
1 answer
Eternal reminder service
I make reminder in my app. User can set time for reminder. How to make eternal service, who will check device time and if it equal user set time - output the notification. I try like this, but it work few times and die. What have I done wrong?
void…

T_E_M_A
- 560
- 1
- 11
- 28
0
votes
1 answer
How to implement a reminder application?
I know that the reminder application should display a badge or sound or kind of alert to the user .
The only doubt I want to clear from you guys is , should I display the badge in some manual coding fashion (like [[uiapplication sharedApplication]…

harshalb
- 6,012
- 13
- 56
- 92
0
votes
0 answers
How to tell when a calendar event has a reminder
I am writing a windows app using c# and getting google-calendar using API v3
I manually created 2 events in google calendar using Chrome. I had 1 event with the default pop-up reminder for 10 minutes and the other event without a reminder, I clicked…

user3554851
- 13
- 2
- 7
0
votes
0 answers
how to get notifiaction for saved location on android googlemaps
i want notification on saved location,in android,google maps,
problem in my code is when i save the location far from my current place,and i want pop ups at that particulr saved location,but when i just move,it give me popups right on the current…

ADAM
- 19
- 1
- 7
0
votes
1 answer
Schedule launching a method in Java at multiple times
I'm working on a program to upload files to the server at specific times given by the administrator, the administrator enters multiples values (hours, minutes).
Example:
[Hours,Minutes]= [2,12] [ 2,15],[ 5,20 ]
I save those values in a CSV file.
…

Amine
- 5
- 3
0
votes
0 answers
How to save events in Android & get reminders of events but without showing events to other Calendar Apps?
I have an app in which I am allowing the user to schedule future events and control volume settings during those times. So, I am allowing user to create events (with dates, times, and frequency).
I was thinking of using the Calendar API in Android…

user1406716
- 9,565
- 22
- 96
- 151
0
votes
1 answer
Cannot disable reminders for calendar events
I want a calendar event WITHOUT reminders. I have the following code:
private void addToCalendar(Context ctx, String missedCallName,
String phoneNumber, int missedCallImportance, long startTime,
long endTime, SharedPreferences sp) {
…

keybee
- 1,498
- 20
- 32
0
votes
2 answers
Reminder using Signal R
I have a reminder functionality using signal R in asp.net mvc
I have userinterface to set the reminder time, If the current time matches the reminder time , it invokes a popup.
I successfully implemented this functionality with Signal R by checking…

gs11111
- 649
- 2
- 17
- 49
0
votes
1 answer
laravel 4.1 password reminders : any way of making obsolete tokens unusable?
I am currently using a ReminderController (created using php artisan auth:reminders-controller) in order to provide users with a password reset mechanism. I was testing the mechanism and was surprised to have the following scenario for the same…

sg1234
- 600
- 4
- 19
0
votes
0 answers
Store UTC in the server database and handle DST(daylight saving time)
I went through many postings related to UTC, timezone and DST. But i have a specific problem which i didn't find out any suggestion or solution to solve ....
We store an event's start time in our database after converting it to UTC, and we also want…

Dongling Ding
- 11
- 1
0
votes
2 answers
How to post a local notification prior to 5 minutes before the actual time of the remainder in iOS program?
I've created a reminder in my app, I want the remainder to be notified before 5 minutes of its actual time. If yes, is there any default available for doing it?
Thanks!

BlueBerry
- 301
- 1
- 3
- 13
0
votes
0 answers
C# WP8 format text for reminder.content
I would like to format the content text of a reminder. I'm trying to make the navigation element of a reminder more intuitive. There are buttons for snooze and dismiss, but clicking the text to navigate wasn't apparent to me. So far all I have for…

jonchappelle
- 16
- 2
0
votes
3 answers
Set google event reminders with api for Google Calendar from php
i have a script php for creating a google calendar event.
the script work correctly but the function to set the date wrong.
the script his
[...initial statements...]
$event = new…

Stefano
- 41
- 3
- 7
0
votes
1 answer
Page Control like in Reminders app iOS 7
Has anybody found something similar to ios7 Reminder PageView with same forces and behavior.
Mean this control.
Found something link - but it's not exact the same.
Look forward to somebody's help!

katleta3000
- 2,484
- 1
- 18
- 23
0
votes
0 answers
read iCloud settings for Reminders
Is there a way to know if Reminders is synced with iCloud programmatically?
In the settings of the device, iCloud, the user can enable/disable iCloud sync for several apps (Mail, Contacts, Calendars...). My App will behave differently if iCloud is…

Arnaud SmartFun
- 1,573
- 16
- 21