コード例 #1
0
ファイル: calendar.php プロジェクト: andy-profi/bxApiDocs
 public static function GetAbsentEvents($Params)
 {
     if (!isset($Params['arUserIds'])) {
         return false;
     }
     return CCalendarEvent::GetAbsent($Params['arUserIds'], $Params);
 }