Delete a calendar definition.
The DELETE command permanently removes a calendar definition from the on-line database.
Windows/OpenVMS Format:
delete/calendar calendar_name [/qualifiers]
UNIX/Linux Format:
rmcal calendar_name [-qualifiers]
/[no]log or -[no]log
/[no]confirm or -[no]confirm
/node = node_name
Windows:
Schedule> delete/calendar bir*/confirm
Delete \jryan\birthdays [y/n]: (y)? y
Delete \jryan\birthdays_march [y/n]: (y)?
OpenVMS:
Schedule> delete/calendar bir*/confirm
Delete [jryan]birthdays [y/n]: (y)? y
Delete [jryan]birthdays_march [y/n]: (y)?
UNIX/Linux:
Schedule> rmcal bir* -confirm
Delete /jryan/birthdays [y/n]: (y)? y
Delete /jryan/birthdays_march [y/n]: (y)?
/[no]confirm or -[no]confirm
CONFIRM requests that the user be prompted prior to any operation to verify that the selected entry is the correct one.
/hostname or -node =hostname
The qualifier specifies what node (either local or remote) you want the operation performed on.
/[no]log or -[no]log
The LOG qualifier causes each completed operation to issue a note to the user.