You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was doing some testing with Face-toface events and found that event records are being inserted directly into mdl_event table rather than through core API calendar_event::create() which logs \core\event\calendar_event_created.
As far as I can see it's in the facetoface_add_session_to_calendar() function which calls $DB->insert_record('event', $newevent); here
The text was updated successfully, but these errors were encountered:
golenkovm
changed the title
calendar_event_created is not triggered when Face-toface events are created
calendar_event_created is not triggered when Face-to-face events are created
Jan 9, 2025
I was doing some testing with Face-toface events and found that event records are being inserted directly into
mdl_event
table rather than through core APIcalendar_event::create()
which logs\core\event\calendar_event_created
.As far as I can see it's in the
facetoface_add_session_to_calendar()
function which calls$DB->insert_record('event', $newevent);
heremoodle-mod_facetoface/lib.php
Line 3504 in 7378409
The text was updated successfully, but these errors were encountered: