Google Calendar: synchronization code # LUL TODO check this comment # The context key 'last_sync_hours' allows specifying the minimum delay between consecutive syncs. # Indeed, in case there are many users / events to sync, the cron might time out. In this case, the # solution is to force the last_sync_hours to the expected synchronization interval expected. This # will avoid the synchronization of users that succeeded in the previous failing cron. model._sync_all_google_calendar() 12 hours -1