Configuring time sets

This section is located at the libraries time-sets level.

To create a group, use the following command:

Admin@nodename# create libraries time-sets <parameter>

Provide the following parameters:

Parameter

Description

name

Group name.

description

Group description.

time-set

  • interval-name: repetition interval name.

  • type: repetition interval type:

    • daily: daily:

      • time-from: start time (format: HH:MM).

      • time-to: end time (format: HH:MM).

      • all-day on: all day.

    • weekly: every week:

      • time-from: start time (format: HH:MM).

      • time-to: end time (format: HH:MM).

      • all-day on: all day.

      • days [ Mon | Tue | Wed | Thu | Fri | Sat | Sun ]: days of the week.

    • monthly: every month:

      • time-from: start time (format: HH:MM).

      • time-to: end time (format: HH:MM).

      • all-day on: all day.

      • days: days of the month from 1 to 31.

    • fixed: one time:

      • time-from: start time (format: HH:MM).

      • time-to: end time (format: HH:MM).

      • all-day on: all day.

      • fixed-date: desired date (format: YYYY-MM-DD).

    • span: repeating events:

      • time-from: start time (format: HH:MM).

      • time-to: end time (format: HH:MM).

      • all-day on: all day.

      • fixed-date-from: start date (format: YYYY-MM-DD).

      • fixed-date-to: end date (format: YYYY-MM-DD).

    • range: date range:

      • time-from-enabled <on | off>: enable/disable setting the interval start date.

      • fixed-date-from: start date (format: YYYY-MM-DD).

      • time-from: start time (format: HH:MM).

      • time-to-enabled <on | off>: enable/disable setting the interval end date.

      • fixed-date-to: end date (format: YYYY-MM-DD).

      • time-to: end time (format: HH:MM).

To edit a time set, use the following command:

Admin@nodename# set libraries time-sets <time-sets-name> <parameter>

The parameters available to update are listed in the table above.

To edit an interval specified for a time set, use the following command:

Admin@nodename# set libraries time-sets <time-sets-name> ... time-set <time-set-type> ( <time-set-filter> )

The new values are then specified as follows; <time-set-filter> --- filter for interval current values.

To add a new item to an existing group, use the following command:

Admin@nodename# create libraries time-sets <time-sets-name> ... time-set <time-set-type> new

To delete a group of items, use the following command:

Admin@nodename# delete libraries time-sets <time-sets-name>

To delete an item from a time set, use the following command:

Admin@nodename# delete libraries time-sets <time-sets-name> <time-set-type> ( <time-set-filter> )

To display information about all time sets, use the following command:

Admin@nodename# show libraries time-sets

To display information about an individual time set, use the following command:

Admin@nodename# show libraries time-sets <time-sets-name>

To display information about group items with the same repeat type, use the following command:

Admin@nodename# show libraries time-sets <time-sets-name> <time-set-type>