1.0.2 • Published 4 years ago

it-calendar v1.0.2

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

SAP IT Calendar

With this package you can trigger the SAP IT Calendar via RFC.

release

Prerequisites

We require very few other packages, but these packages in turn need much more stuff.

node-rfc requires N-API v6 which means you have to use Node v10.20.x or v14.x. You also need the SAP NWRFC SDK for your platform. More information can be found in the node-rfc installation guide.

Installation

npm install it-calendar

Usage

it-calendar --user XKCD --password Tr0ub4dor&3 --host my.sap.system.de --sys ABC --sysnr 00 --client 001 --duration 1 --start 2020-08-04T17:00:00

Parameters

NamePossible ValueOptional
userA SAP user name
passwordPassword for the user
hostHost URL of the SAP system
sysThree-character system ID
sysnrTwo-digit system number
clientThree-digit client
durationDuration of the maintenance in minutes
startA valid JS date string, e.g. 2020-08-04T17:00:00 or 2020-08-04T17:00:00Z or 2020-08-04T17:00:00+0200
stop(no value, it's just a flag)
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago