DateReminder 1.0.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package DateReminder --version 1.0.0
NuGet\Install-Package DateReminder -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DateReminder" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DateReminder --version 1.0.0
#r "nuget: DateReminder, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DateReminder as a Cake Addin
#addin nuget:?package=DateReminder&version=1.0.0

// Install DateReminder as a Cake Tool
#tool nuget:?package=DateReminder&version=1.0.0

Date Reminder 📅

Remind user via text message of events specified in Excel spreadsheet

Overview

This automation checks Data\dates.xlsx for any events that are today. If there are any, they are added to message. Otherwise, the message will be set to "There are no events today.". The process then navigates to OpenTextingOnline and texts the message to phoneNumber. The text message will come from sms@opentextingonline.com. The process ends by waiting for the website's confirmation message that the text message was sent successfully, and then the website's tab closes

Note that this automation relies on the user interface of OpenTextingOnline to remain unchanged. This process will break if any of the elements that this process types into or clicks are altered

Automation Steps

  1. Initialization (Core\Init.xaml)

    • Start process

    • Init variables and arguments

  2. Get Transaction Data (Core\Init.xaml)

    • Read data (Data\dates.xlsx)
  3. Process Transaction (Core\ProcessTransaction.xaml)

    • Check read data

    • Remind user (Components\Remind.xaml)

Using the Automation

  1. Update content of Data\dates.xlsx to the events you want to be reminded of

  2. Update argument In_Phone_Number to the phone number you want to receive the text message reminders on

Created With

UiPath Studio

Dependencies

  • OpenTextingOnline

  • .NETFramework 4.6.1+

    • UiPath.Excel.Activities = 2.7.2

    • UiPath.Mail.Activities = 1.7.2

    • UiPath.System.Activities = 19.10.1

    • UiPath.UIAutomation.Activities = 20.4.1

    • UiPath.WebAPI.Activities = 1.4.4

Owner

Michael A. Agarenzo

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

v1.0.0