12.13.8. Configuring time sets

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

To create a group, use the following command:

Admin@UGOS# create libraries time-sets

Provide the following parameters:

Parameter

Description

name

Group name.

description

Group description.

time-set

Repeat type:

  • daily: every day:

    • interval-name: interval name.

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

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

    • all-day on: all day.

  • weekly: every week:

    • interval-name: interval name.

    • 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:

    • interval-name: interval name.

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

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

    • all-day on: all day.

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

  • fixed: one time:

    • interval-name: interval name.

    • 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).

  • repeating: repeating events:

    • interval-name: interval name.

    • 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:

    • interval-name: interval name.

    • 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).

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

Specify the parameters for the selected repeat type.

To update a time set, use the following command:

Admin@UGOS# set libraries time-sets <time-sets-name>

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

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

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

Specify the new values. <time-set-filter> is a filter for the current values of the interval.

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

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

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

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

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

Admin@UGOS# 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@UGOS# show libraries time-sets

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

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

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

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