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 |
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. |