|
Possible Duplicate:
Fetching friends' birthdays from facebook profile
Are reminders part of the Facebook API?
Started by bali on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You will have to write one yourself..
We don't have such a tool.
Do we have any tool to send reminders in facebook api
No.
|
|
How can I always get a reminder after 20 minutes since the computer was started?
Started by Jitendra vyas on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Note that by doing the latter you will receive a reminder 20 minutes after logging on:
WScript.Sleep....
Schedule it using the Scheduled Task Wizard, or place it in the "Startup" folder .
Write a script that waits 20 minutes then shows a message box .
|
|
I want to develop an Online Reminder service in ASP.NET 2.0 (C#) and SQL2005. But I am not getting the concept of reminder service. What I know is using an online reminder service I can schedule a reminder for future dates, which is sent to me (who schedule...
Started by Prashant on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
ASP.NET applications are per request basis so you generally wouldn't keep... .
Most of the time this is a two piece application, the front end UI for entering a reminder and a service that checks scheduled events and actually sends out notifications.
|
Ask your Facebook Friends
|
Sometimes one hour is like one minute. It scares me.
How do I remind myself to take breaks while coding?
Started by Flinkman on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
I had it set to vibrate every ten minutes to remind me to unclench my jaw and relax my.)
There are lots of programs out there that remind you to take a (user customizable) minute break every that if you naturally take a break....
Alarms, etc.
|
|
Hi!
We have Outlook Calender open full screen on a display, however the reminder popup comes up and causes the task bar to show, and the box covers the screen. Is there a way to stop the PopUp?
Thanks!
Started by thegreyspot on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Uncheck "Display the reminder".
"Other" tab Advanced Options Reminder Options...
Turn off the reminder?
In Outlook 2007, that would be:
Tools Options...
Umm...
|
|
Hello all,
I have seen somewhere that you can't add a reminder to iPhone calender from another native application programatically .
Is it true or false ? If false then how can we achieve that . If true then is there any other way of adding reminder to...
Started by hib on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This is....
The only way I can see to do this at the moment is to publish the reminders to a calendar you host, and get the user to subscribe to it via CalDav.
Unfortunately there is no public API to interact with the calendar store at this stage .
|
|
In windows mobile, if you create a task, you can set a due date and a time to remind you about the task.
When the time is ready to remind you about the task, windows mobile will play a sound and show a user notification, which persists until you dismiss...
Started by Sam on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
By looping through that you can look at the ReminderSet, ReminderTime and StartDate properties of the Task class to determine... .
I have no experience with this myself, but my guess would be to look at the TaskCollection which returns a list of current tasks .
|
|
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 reminder...
Started by cmessier on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you....
You can create a website for users to use that goes to a database that the service also reads off of .
You could then preform what ever actions you need.
I would create a service that runs all the time and checks once a minute for task to preform .
|
|
Is it possible to have Outlook remind you of upcoming calendar appointments (and only appointments) while the application itself is not running? If so, how would that be set up?
EDIT: Is there any small, lightweight freeware applications that might accomplish...
Started by Brad Knowles on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The first would be a Windows Service that could monitor the database and do things like send reminders etc.
For this to work there would need to be two parts to Outlook .
If the application isn't running then it can't send any reminders.
|
|
Can anyone recommend a lightweight calendar application that will popup reminders?
I am looking for similar capabilities of the Outlook calendar (reapeating events, variable reminder times, daily/weekly/monthly views), minus the bloat...
Edit:
Ideally...
Started by Oded on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at superuser):
|