コード例 #1
0
ファイル: cron_functions.php プロジェクト: Jtgadbois/Pedadida
function import_google_calendar() {
    _log("import with google calendar...");
    ProjectEvents::import_google_calendar();
    _log("end import with google calendar...");
}