Questions tagged [reminders]

402 questions
0
votes
1 answer

Multiple reminders in single iPhone app

how can we set more than one reminder's in our iPhone app, i have to set individual reminder's for every image projects in my app so that a user can take image (daily, weekly or monthly) from the camera for a specific project, i am able to set…
BADRI
  • 643
  • 8
  • 26
0
votes
1 answer

EventKit Reminders

I am pulling my hair out trying to learn the basics of EventKit reminders. I am trying to recreate the tutorial here: http://www.techotopia.com/index.php/Using_iOS_6_Event_Kit_to_Create_Date_and_Location_Based_Reminders But when I try to build the…
0
votes
1 answer

How does weekly reminders work?

Is there an algorithm for weekly reminders ? For example, I set a reminder for Thursday & I check the "weekly" option. The Reminder is supposed to alert every Thursday then,but how is this done? I thought about an idea, but I guess it's very…
Sana Joseph
  • 1,948
  • 7
  • 37
  • 58
0
votes
1 answer

How can I install the Redmine emails Reminder plugin on EC2?

I already have a Redmine instance running on EC2, on Ubuntu. Now I want to install the Redmine Reminders via email, on my EC2 instance. How can it be done? Many Thanks, Daniel
0
votes
1 answer

"Invalid date component" error when set startDateComponents in an EKReminder

I want to save a reminder, but when I set the StartDateComponents, it always says Invalid date component. I try several ways(you can see my commented code) to set the value, but failed. EKReminder *reminder = [EKReminder…
EVA
  • 375
  • 1
  • 6
  • 18
0
votes
1 answer

Can new items in Reminders.app be created with a fixed order using Applescript?

I would like to be able to add items to a list in Reminders in a specific order, using AppleScript. Using the following script, however, adds the items in a different order each time I run it: set my_reminders to {"item4", "item3", "item2", "item1",…
bmorgan
  • 525
  • 5
  • 8
0
votes
0 answers

Android calendar event

I want to write an application that is triggered when a calendar reminder occurs. I also looked at android developer site and didnt find anything about it I want to create something like this (however it doesnt work for me). how can i do it? public…
user1697374
  • 1
  • 1
  • 1
0
votes
3 answers

alert needs to pop-up on front screen in android

In my task, I have perform the Reminder Checking process. If the reminder time comes to equal the Current time it will raise a pop-up box. In this Task the pop-up box Comes correctly. But if i Merge this task to a Some big process, Which means the…
gowri
  • 681
  • 9
  • 27
0
votes
1 answer

Reminder Service in C#.Net 4.0 using UTC Time

I have a Windows Service that runs on my Texas origin Server Central Time. This will check for all active reminders and compares the reminder time that user wants and send out reminder if it matches with user required time. Scenarios User is from…
HaBo
  • 13,999
  • 36
  • 114
  • 206
0
votes
1 answer

Applescript date property in Reminders.app

I made this code that its supposed to parse a given string separated by "/" with the message, day and time, then make a Reminder in Mountain Lion Reminders.app. My problems comes when Reminders doesn't seem to like the date I'm passing to it for no…
jonathanwiesel
  • 1,036
  • 2
  • 16
  • 35
0
votes
1 answer

Outlook reminder from Excel code problems

I have the following code running to create reminders in Outlook. ' requires a reference to the Microsoft Outlook x.0 Object Library Sub RegisterAppointmentList() ' adds a list of appontments to the Calendar in Outlook Dim olApp As…
user1551203
  • 33
  • 1
  • 7
0
votes
3 answers

GEO-reminders launching app

I am thinking about an app which would use the GEO-reminders (those added in iOS5,Remind me at a Location when I leave/arrive ). But I need using this feature (in fact, only using the location) to get the current location and compare it with the…
Juan M.
  • 146
  • 1
  • 9
0
votes
2 answers

ASP.Net C# Reminder Application

I am about the start developing a reminder application using any below ASP.Net C# 4.0 web forms / ASP.NET MVC 3.0 Razor Views / Console Application SQL Server 2008 / Entity FrameWork 4.1 I have already created reminder forms, where user will…
HaBo
  • 13,999
  • 36
  • 114
  • 206
0
votes
1 answer

How to add dynamic Spinner's as well as remove them?

My question revolves around reminder Spinner's. I am trying to allow the user to add at maximum, 5 reminders. But I also don't want to show all five. These reminders are each Spinner's which have multiple choices. When the user clicks to add a…
Andy
  • 10,553
  • 21
  • 75
  • 125
0
votes
1 answer

How does Reminders launch the app?

I am having a few problems getting my Windows Phone 7 app-specific Reminders to work properly - the app re-closes after a fraction of a second after starting to show the splash-screen. In order to debug this, I'd like to know how a Reminder launches…
Kris Selbekk
  • 7,438
  • 7
  • 46
  • 73