Specifications

5-51
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 5 Configuring System Components
Configuring Holiday Lists
se-10-0-0-0# show calendar holiday year 2005 month 12
********************************
Year: 2005
********************************
December 25 Christmas
Deleting Holidays from the List
Several CLI commands are available in Cisco Unity Express configuration mode for deleting holidays
from the list.
Prerequisites
Cisco Unity Express 3.0 or a later version
Deleting a Year-Specific Holiday from the Holiday List
The following command deletes a year-specific holiday:
Caution Use this command with caution because this operation is irreversible. Do not press the “Enter” key after
the year; doing so deletes the holiday list for the entire year.
no calendar holiday date yyyy mm dd
where yyyy is the 4-digit year, mm is the 2-digit month, and dd is the 2-digit day.
Example:
se-10-0-0-0# config t
se-10-0-0-0(config)# no calendar holiday date 2004 11 25
se-10-0-0-0(config)# end
Deleting Year-Specific Holidays from a Specific Month
Caution Use this command with caution because this operation is irreversible and can cause the loss of the
temporary holiday configuration for the entire month.
The following command deletes the year-specific holidays configured for a specific month in the
specified year:
no calendar holiday year yyyy month mm
where yyyy is the 4-digit year and mm is the 2-digit month.
Example:
se-10-0-0-0# config t
se-10-0-0-0(config)# no calendar holiday year 2004 month 09
se-10-0-0-0(config)# end