NAME
Kernel::System::DataValidation::Validator::Calendar::CalendarID – Validator that verifies a given CalendarID
.
PUBLIC INTERFACE
Provides a Check
method, that will be called by the Kernel::System::DataValidation backend.
Example()
Returns an example of a possible value to be verified.
Check()
Lookups the given CalendarID
in the database. For more information about the Calendar backend, please refer to Kernel::System::Calendar.
my $True = $Validator->Check(
Value => 1,
);
my $False = $Validator->Check(
Value => 'WrongCalendarID',
);