Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Calendars are selected from the JOC Cockpit inventory

* by path and name of a calendar,
* by the folder of the calendar location including sub-folders,
* by a regular expression that is used to filter calendar names.

Resulting calendars can be forwarded to other cmdlets for pipelined bulk operations.

The following REST Web Service API resources are used:

* /calendars

PARAMETERS

CalendarPath

-CalendarPath <String>
Optionally specifies the path and name of a calendar that should be returned.

One of the parameters -Folder, -CalendarPath or -RegularExpression has to be specified if no pipelined calendar objects are provided.

...