public function ScheduleRemoveEvents($arg)
 {
     $this->CheckAndSetHeader(__FUNCTION__);
     $reg_args["event_id"] = $this->getRegularArgs($arg, __FUNCTION__);
     $this->encodeString($reg_args);
     $results = parent::ScheduleRemoveEvents($reg_args);
     $this->methodClose();
     return $this->decodeString($results);
 }