Skip to content

Commit

Permalink
Merge pull request #535 from ncstate-delta/fix/calendar-event-permiss…
Browse files Browse the repository at this point in the history
…ions

calendar: skip calendar permissions check
  • Loading branch information
jrchamp authored Oct 26, 2023
2 parents 2bfad61 + b197517 commit a969f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ function zoom_calendar_item_update(stdClass $zoom) {

// Any remaining events in the array don't exist on Moodle, so create a new event.
foreach ($newevents as $uuid => $newevent) {
calendar_event::create($newevent);
calendar_event::create($newevent, false);
}
}

Expand Down

0 comments on commit a969f57

Please sign in to comment.