teams-dev-samples icon indicating copy to clipboard operation
teams-dev-samples copied to clipboard

Daily reminder bot using C#

Open Wajeed-msft opened this issue 4 years ago • 0 comments

Sample description

End User Scenario:

  1. Once App in installed, user gets welcome message to describe that bot supports daily reminder.
  2. User can type "set reminder" command
  3. Adaptive card in response would provide option to enter description and time for daily reminder.
  4. User gets reminder in form of Adaptive Card on specific time along with description provided.

Developer Scenario:

  1. Handle conversation update event to send welcome mesasge.
  2. Handle "set reminder" command to return Adaptive card with Time and description.
  3. On submit of reminder request, save the details on the reminder in memory/database.
  4. Send Proactive message to user on specified time on daily basis.

Are you willing to help?

Yes

Wajeed-msft avatar Aug 10 '21 10:08 Wajeed-msft