Impment webcron and internal scheduling methods and change settings to a key value store
This commit is contained in:
@@ -21,12 +21,6 @@ class Kernel extends ConsoleKernel
|
||||
*/
|
||||
protected function schedule(Schedule $schedule): void
|
||||
{
|
||||
// Beispiel: CalDAV Sync jede Stunde
|
||||
$schedule->command('caldav:sync')->hourly();
|
||||
|
||||
// Alternativen:
|
||||
// $schedule->command('caldav:sync')->daily();
|
||||
// $schedule->command('caldav:sync --calendar=/calendars/me/default/')->dailyAt('02:00');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user