Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Adhoc task handling fixing of events that have had their userid lost.

Copyright: 2021 onwards Simey Lameze <simey@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 73 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

calendar_fix_orphaned_events:: (2 methods):
  execute()
  update_events_wrong_userid_remaining()


Class: calendar_fix_orphaned_events  - X-Ref

Class handling fixing of events that have had their userid lost.

execute()   X-Ref
Run the task to recover the correct userid from the event.

If the maximum number of records are updated, the task re-queues itself,
as there may be more events to be fixed.

update_events_wrong_userid_remaining()   X-Ref
Execute the recovery of events that have been set with userid to zero.

return: bool Whether there are more events to be fixed.