C# calendar needs BL for real-time reminders?

Posted by lazfish on Programmers See other posts from Programmers or by lazfish
Published on 2013-11-08T13:52:49Z Indexed on 2013/11/08 16:14 UTC
Read the original article Hit count: 185

Filed under:

The calendar is done and now we are wanting to add email, SMS and voice-call reminders. We are using jQuery, C#, .Net & SQL Server 08. No restrictions on our options.

I know how to add the API calls and services to initiate these reminders. I am asking for advise about how to approach a reliable timely listener service that knows to call the service or API for the reminder before an appointment. EG. SMS: "You have a conference call in 30 minutes."

© Programmers or respective owner

Related posts about architecture