-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Let the admin decide if to include upcoming meetings in the Timeline block #592
Comments
The Line 656 in e2f6f7b
It seems like there are a few callbacks that exist: So one option might be to add a |
Hi @jrchamp, |
@acquaalta Correct! I try to understand the situation and describe it for whomever may research and implement the change. Regarding EDIT: The events are correctly only visible to users who can access the associated activities. |
Hi @jrchamp, If our main concern nowadays, Zoom-wise, is to remove the appearance of the "Zoom Meeting" activities occurrences from the "Timeline" block, and we are prepared to locally edit some code files of the plugin in the server, is there an easy and efficient way to do that? Maybe removing/commenting some code lines, so the zoom meetings won't be shown in the "Timeline" block? Thanks |
Hi @acquaalta, If you modify function mod_zoom_core_calendar_is_event_visible(calendar_event $event) {
return false;
} I'm not sure how to only hide it from the timeline block, so this might hide it from the Calendar also. I hope this helps! |
Hi @jrchamp, It would be great if at some point Moodle would allow to control which activities are included in the Timeline block, and that would solve the issue from the Moodle code side (without having to update the Zoom plugin), and you and I can dream about it :-) That way the activity would stay in the Calendar. |
Hi,
A couple of years ago the following feature was added to the plugin:
#48
While it helped some users, it seems that a lot of other users don't want to see the activities of the "Zoom Meeting" plugin in their "Timeline" block. The ideal situation would be if each user could decide for itself, but I guess that would demand too much work.
Can you at least add a site setting so the Moodle administrator could decide if Zoom meetings should appear in the "Timeline" block?
Thanks :-)
The text was updated successfully, but these errors were encountered: