Questions tagged [reminders]

402 questions
2
votes
1 answer

Windows Phone: Is it possible to mix toast notification and scheduled alarm?

I'm new to Windows Phone development. I'm going to implement reminder App with following features: Remind every day/week/month When remind occurs display it in notifications list And I've got problem with it: Alarms / Remind API is pretty good…
fedor.belov
  • 22,343
  • 26
  • 89
  • 134
2
votes
1 answer

Timer based reminder in iPhone app

My app asks the user to fill in and save a form locally. I want him to be reminded 48 hrs after the app has been closed that he has a pending form. Is push notification the only way out? Does it cost money to use a provisioning service?
user315067
  • 755
  • 4
  • 9
  • 13
2
votes
2 answers

Calendar API v3 reminder in event is always default

I am developing calendar api client and I have problem with reminder - they do not work... I create event like this: Event gEvent = new Event() { Summary = "Reminder test", Location = "Reminder test", Start = new EventDateTime() { DateTime = new…
Martin Zaloga
  • 127
  • 1
  • 10
2
votes
1 answer

I need to implement Notification Reminder in my android app

My Requirment: I want my application to show a reminder notification on every Friday @ 8 am I have used AlarmManager, BroadcastReceivers to implement my reminder notification. The problem I am getting is, When I set notification time using current…
2
votes
1 answer

Reminder doesn't navigate when user tap

I use this code for creating a reminder in Windows Phone 8 app: String name = System.Guid.NewGuid().ToString(); Reminder reminder = new Reminder(name); reminder.Title = AppResources.ReminderTitle; reminder.Content =…
Murat
  • 149
  • 1
  • 16
2
votes
1 answer

How can I programmatically create a backup of my iOS Calendar and of the Reminders in iOS?

In the Mac Calendar app, I can save a backup archive with all calendar entries and all reminders. The backups file has the extension .icbu. Questions Is it possible to create this file programmatically on iOS? How can I programmatically restore…
John
  • 8,468
  • 5
  • 36
  • 61
2
votes
1 answer

iOS: How to get the identifier of an event, which was created via a call to EKEventEditViewController

In my app, the user can create events. This is achieved by presenting the user the UI of iOS for creating an event: - (IBAction)addTermin:(id)sender { // Create an instance of EKEventEditViewController EKEventEditViewController…
mrd
  • 4,561
  • 10
  • 54
  • 92
2
votes
1 answer

Android : Set reminder functionality

I am developing an application with reminder functionality. The code i used is as follows to set the reminder and event: private void addReminder(int statrYear, int startMonth, int startDay, int startHour, int startMinut, String title){ //…
2
votes
1 answer

Android : How to set monthly and weekly repeating calendar events(for selected days) using CalendarContract?

I am trying to set calendar events programmatically using CalendarContract. I am able to set events when I enter particular dates. What I want is, when user selects particular days(and not enter date) of a week, I want to enter repeating events for…
user3513843
2
votes
1 answer

android reminder and task app tutorial

I am newer to Android and am in search of a tutorial to make a reminder/task app that allows a user to set a repeating reminder (repeat daily, weekly) and sends a notification a set period of minutes before the event time. Has anyone had any luck…
2
votes
1 answer

Only the provider may write to calendar_timezone

I am trying to add an event to android calender my code works fine on older version devices (Android 2.3). But the same code gives the "Only the provider may write to calendar_timezone" error when trying to run in newer android devices(Android…
chandan
  • 2,400
  • 2
  • 18
  • 23
2
votes
2 answers

iOS How to set application reminders

We are creating an app which reminds a user about certain tasks. The user can choose to recieve the reminder on the following bases: One Time, Daily, Weekly, Weekly (on a specific week day), Every Two weeks, Once a Month The reminders should be a…
JakesRassie
  • 616
  • 1
  • 6
  • 20
2
votes
4 answers

send reminder emails with php and mysql WITHOUT cron-job?

I just made a php script that will send email reminders to admins of a website 2 days before an appointment begins. I was going to automate the script to run through a cron job, only to realise who I am hosting with (crazy domains) does NOT appear…
rand_user91
  • 83
  • 1
  • 1
  • 12
2
votes
4 answers

iPhone App - Generate Alert Popups when App is Closed

In creating an iPhone app, is it possible to generate a popup alert on the iphone (similar to a Push notification) when the app has been closed. A simple example would be to have an app that can set a reminder at 5:00PM January 5th, 2010. The app…
Ryan
  • 2,650
  • 3
  • 29
  • 43
2
votes
0 answers

Jquery FullCalendar Reminders

Am using JQuery fullCalendar plugin from Adam Shaw in my web app. I went through the documentation and found different ways of interacting with events and managing it. The place where i got stuck is reminders. I was not able to find anything about…
Jithin Kumar
  • 49
  • 1
  • 9