Questions tagged [reminders]

402 questions
33
votes
7 answers

How to work with time zones in ASP.NET?

I am working on an "online reminder system" project (ASP.NET 2.0 (C#) / SQL Server 2005) As this is a reminder service which will send the mail to users on a particular dates. But the problem is users are not from a specific countries, they are from…
djmzfKnm
  • 26,679
  • 70
  • 166
  • 227
20
votes
1 answer

Is there a public Google API to access reminders set in Google Now or Google Keep?

The time and location-based reminders in Google Now and Google Keep are different from Google Calendar event reminders. Is there a public API to access these event reminders in Now and Keep?
colintheshots
  • 1,992
  • 19
  • 37
18
votes
1 answer

How to design a calendar reminder/alert system

I have a calendar system in my web app. We need to implement reminders. Are there any reminder/alert patterns or system designs, or best practices? If so or if not, what might be some ways of achieving this? Design Considerations Need to be able to…
richard
  • 12,263
  • 23
  • 95
  • 151
18
votes
9 answers

How to make an outlook reminder popup and stay on top of other windows

How do you make an outlook reminder popup and stay on top of other windows? After looking online for a long while; I wasn't able to find a satisfactory answer to this question. Using Windows 7 and Microsoft Outlook 2007+; when a reminder flashes up,…
Tragamor
  • 3,594
  • 3
  • 15
  • 32
16
votes
0 answers

How to query new Android Calendar App Reminders?

Last month Google Added the ability to add standalone Reminders into their Calendar app (see article), i have tried to get those events through the standard Calendar Content provider but without any success, those items are not returned by the…
FrankMonza
  • 2,024
  • 16
  • 26
14
votes
2 answers

Is there a way to access and retrieve iCloud reminders with Ruby application?

My goal is to build a task dashboard app which will pull tasks from different systems (e.g. Basecamp, Apple Reminders, ...) and display them in a certain way to a user. My biggest question so far whether there is any way how to access Apple…
Tomas Gregor
  • 141
  • 1
  • 5
12
votes
2 answers

Dismiss Outlook reminder

I am having no luck dismissing an Outlook alert programmatically before it displays. Private Sub Application_Reminder(ByVal Item As Object) Dim objRem As Reminder Dim objRems As Reminders If Item.Subject = "TESTING" Then …
Larry
  • 2,764
  • 2
  • 25
  • 36
10
votes
2 answers

Node.js, date-time based reminder

I am building a SaaS application, where users logs in and creates reminders for a particular date and time in future, and when the time is met, my application is responsible for reminding the respective user about the reminder he/she has set in the…
Siddhartha Chowdhury
  • 2,724
  • 1
  • 28
  • 46
10
votes
2 answers

How to read reminders in google calendars

I'm trying to read the reminders set by the user. What I mean with "reminder": currently there are two different meaning, the first one is the "alert" related to each event in the calendar and you can read them from CalendarContract.Reminders, the…
greywolf82
  • 21,813
  • 18
  • 54
  • 108
10
votes
3 answers

Create a repeating event with reminder until specific day without Intent in Android?

I have an android app that downloads with a service some drugs info. For example (fludex white round 2 24-02-2012),means a drug named fludex ,white and round,must be given 2 times per day from today untill 24-01-2012. Now i want after drug info…
oikonomopo
  • 4,025
  • 7
  • 44
  • 73
9
votes
3 answers

How to create recurring calendar events?

I am using asp mvc 3, jquery full calendar, ms sql sever 2008 and c#. I am wondering if anyone knows how to make recurring events? I am unsure how to make them. For instance in google calendar you can make an appointment repeat yearly forever. I…
chobo2
  • 83,322
  • 195
  • 530
  • 832
9
votes
1 answer

How to set Slack reminder for a range of dates

For example, I want a reminder to appear each day in a specific channel for the days I am off. Something like: /remind #channel @me will be on PTO 1/1/2016 until 1/5/2016 And then each day in that range a reminder will appear in the channel saying…
Nemery
  • 399
  • 2
  • 11
9
votes
1 answer

Alarm Manager and Notification in android

All, I have some doubt in basics .kindly help me to resolve it. in which scenario we will use Alarm manager and in which scenario we will use Notification. Here is my understandings-Alarm-General Wakeup alarm Notification-used to notify new…
8
votes
1 answer

Override Google Calendar default settings for reminders

In my app, the users can add special events to their Google Calendar. I want that the events will be added without any alarm/reminder/notification. Some of the users' calendars have default settings for the reminders, as "A day before the event, at…
TamarG
  • 3,522
  • 12
  • 44
  • 74
8
votes
3 answers

deleting event from calendar in android programmatically

I have searched from the internet a lot and tried many examples . I can successfully add event to the calendar through my application but I can't delete this event programatically. Here are the samples I have tried that I cant end up a successful…
sesamoslu
  • 145
  • 2
  • 10
1
2 3
26 27