Questions tagged [reminders]

402 questions
3
votes
1 answer

Will setTimeout use Heroku free dyno hours?

I have a bot with a command that allows the user to input a message separated with a dash and then a specified time, this is then passed to the bot and the bot reminds the user with the message after the specified amount of time has passed. function…
user7074956
3
votes
0 answers

Is it possible to add reminder in swift without adding it to Default reminder app?

I am developing an IOS enterprise app and I need to create reminders in the app.I know I can use the Event Kit UI framework, but that adds data to the default app in the iPhone. Is there a way to make this possible, Since I don't want the data to be…
3
votes
3 answers

Add event and reminder not working in 6.0 marshmallow

I am facing on weird issue. I am trying to add events in calendar and also reminder. It's working fine in all devices except the one having Marshmallow - 6.0 When i try to add events, it also returns me event id here. And even though i am getting…
Beena
  • 2,334
  • 24
  • 50
3
votes
0 answers

Setting weekly reminders for future date android

I am writing a reminder app to set weekly reminders.When user selects a future date, I want to set that day of week for recurring weekly reminder. This is logic I am using: I am using Joda time to get difference in weeks between 2…
3
votes
1 answer

EKReminder property storing contact phone number

My iOS app reads EKReminders created by the native Reminders app or by Siri. I have access to the EKEventStore and I can successfully read Reminders and their details, such as title, alarms, priority and if it is a location-triggered alarm. What I'm…
cdf1982
  • 764
  • 1
  • 18
  • 34
3
votes
1 answer

WP Silverlight 8.1 App - Reminder not launching app when touched

Im having problems getting the Reminder notification to launch my App once it's touched. Through the MSDN step by step guide and documentation found HERE, I know that, if the user does not touch any of the buttons (snooze/decline) but touches the…
3
votes
3 answers

What is the best way to create a reminder service in .Net?

I am looking to build a web application that will allow users to manage simple tasks or todos. As part of this, I'd like to send users email reminders daily of their tasks. I'd like each user in the system to specify what time of day they get their…
cmessier
  • 249
  • 7
  • 13
3
votes
0 answers

Calendar Reminder not working in custom calendar account

I have implemented custom calendar account for one of app, got stuck at calling reminders of events. I have following questions - during calendar account creation, I am using values.put(Calendars.VISIBLE,0);//tried with…
3
votes
0 answers

Adding reminder to android calender events via intent

I have added an event to calender app in android mobile by using below code. But its failed to set reminder by default in some devices(samsung tab 3). In google nexus, reminder set for 10 minutes by default when i used below code snippet. How to set…
dev1993
  • 231
  • 3
  • 17
3
votes
2 answers

How do you modify a selected reminder in the Reminders app in OS X with AppleScript

The question title says it all. I'm basically trying to set the due date of an already created reminder using AppleScript (see the post I created here for more background). I can currently make a new reminder with a due date using the AppleScript…
thed0ctor
  • 1,350
  • 4
  • 17
  • 34
3
votes
1 answer

EKEvents/EKReminders set but are not displaying on calendar

I am setting events to calendar. The code works throughly but wen I check if the event r set on my device's calendar. It doesnt show anything. I am doing this in ios6, when I do it for ios5, it works fine.
JgdGuy
  • 173
  • 11
3
votes
2 answers

building a reminder in winform

I am a student and working on winform c#. I have a small app and I want to add a new feature of memo reminder. For example, when I type something in a text box, the app saves it and set a timer of 8 hours. If the app is running, then a message…
aquib Rocks
  • 113
  • 1
  • 11
3
votes
3 answers

Sorting ekcalendar or ekreminder

is there a way to sort the Calendar or Reminders? I haven't found a sortIndex properties or something like that... How the reminder app do sort there items? Best regards
user656219
3
votes
2 answers

how to notify user in ios, while app is closed/ inbackground

i want to notify the user when a "time" is reached. for example: i have an tableview with many rows. this rows are something like reminders where the user can set the date and time of remind. So in a row the reminder is set to 24 April 12:15. At…
brush51
  • 5,691
  • 6
  • 39
  • 73
2
votes
1 answer

Set a reminder for a Google Calendar event using PHP

I am developing a site to add events to a Google Calendar using code from this blog post. Now I want to set a reminder for each event that is set 15 minutes before the event. Can anyone give me some direction on how to achieve this?
Kichu
  • 3,284
  • 15
  • 69
  • 135