public static function CheckSign($sign, $userId, $sectId)
 {
     return md5($userId . "||" . $sectId . "||" . CCalendarSect::GetUniqCalendarId()) == $sign;
 }