Calendar Commands

uac calendar

Calendar-related commands for managing calendars and custom days within them

uac calendar [OPTIONS] COMMAND [ARGS]...

add

Adds the specified Custom Day to the specified Calendar

uac calendar add [OPTIONS] calendarid=value calendarname=value
                 customdayid=value customdayname=value

Options

-o, --output <output>
-s, --select <select>

select which field to be returned. JSONPATH

Arguments

calendarid=value calendarname=value customdayid=value customdayname=value

Required argument(s)

create

Creates a new Calendar

uac calendar create [OPTIONS] retain_sys_ids=value

Options

-o, --output <output>
-i, --input <input>

Required

-s, --select <select>

select which field to be returned. JSONPATH

Arguments

retain_sys_ids=value

Optional argument(s)

delete

Deletes the specified Calendar

uac calendar delete [OPTIONS] calendarid=value calendarname=value

Options

-o, --output <output>
-s, --select <select>

select which field to be returned. JSONPATH

Arguments

calendarid=value calendarname=value

Required argument(s)

get

Retrieves information on a specific Calendar

uac calendar get [OPTIONS] calendarid=value calendarname=value

Options

-o, --output <output>
-s, --select <select>

select which field to be returned. JSONPATH

Arguments

calendarid=value calendarname=value

Required argument(s)

list

Retrieves information on all Calendars

uac calendar list [OPTIONS]

Options

-o, --output <output>
-s, --select <select>

select which field to be returned. JSONPATH

Arguments

list-qualifying-dates-for-local-custom-day

Retrieves information on Qualifying Dates for a specific Local Custom Day

uac calendar list-qualifying-dates-for-local-custom-day [OPTIONS]
                                                        customdayname=value
                                                        calendarid=value
                                                        calendarname=value

Options

-o, --output <output>
-s, --select <select>

select which field to be returned. JSONPATH

Arguments

customdayname=value calendarid=value calendarname=value

Required argument(s)

list-qualifying-periods

Retrieves information on Qualifying Periods for a specific Local Custom Day

uac calendar list-qualifying-periods [OPTIONS] customdayname=value
                                     calendarid=value calendarname=value

Options

-o, --output <output>
-s, --select <select>

select which field to be returned. JSONPATH

Arguments

customdayname=value calendarid=value calendarname=value

Required argument(s)

remove

Removes the specified Custom Day from a specific Calendar

uac calendar remove [OPTIONS] calendarid=value calendarname=value
                    customdayid=value customdayname=value

Options

-o, --output <output>
-s, --select <select>

select which field to be returned. JSONPATH

Arguments

calendarid=value calendarname=value customdayid=value customdayname=value

Required argument(s)

update

Modifies the Calendar specified by the sysId

uac calendar update [OPTIONS] version=value sys_id=value exclude_related=value
                    export_release_level=value export_table=value name=value
                    comments=value opswise_groups=value business_days=value
                    first_quarter_start=value second_quarter_start=value
                    third_quarter_start=value fourth_quarter_start=value
                    retain_sys_ids=value first_day_of_week=value
                    custom_days=value local_custom_days=value

Options

-o, --output <output>
-i, --input <input>

Required

-s, --select <select>

select which field to be returned. JSONPATH

Arguments

version=value sys_id=value exclude_related=value export_release_level=value export_table=value name=value comments=value opswise_groups=value business_days=value first_quarter_start=value second_quarter_start=value third_quarter_start=value fourth_quarter_start=value retain_sys_ids=value first_day_of_week=value custom_days=value local_custom_days=value

Optional argument(s)