it-calendar

1.0.2 • Public • Published

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

Name Possible Value Optional
user A SAP user name
password Password for the user
host Host URL of the SAP system
sys Three-character system ID
sysnr Two-digit system number
client Three-digit client
duration Duration of the maintenance in minutes
start A 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)

Readme

Keywords

Package Sidebar

Install

npm i it-calendar

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

6.88 kB

Total Files

7

Last publish

Collaborators

  • mschleeweiss