public function ScheduleGetReadAllowGroups()
 {
     // no argument
     $this->CheckAndSetHeader(__FUNCTION__);
     $results = parent::ScheduleGetReadAllowGroups();
     $this->methodClose();
     return $this->decodeString($results->group_id);
     // returns array of (group)IDType(string := integer)
 }