Moodle Plugins directory: Microsoft Block | Moodle.org
Microsoft Block
Microsoft 365 Plugins for Moodle
Microsoft Block
This block provides a user-facing menu to access various Microsoft 365 integration features, resources, and settings.
NOTE: This plugin replaces the two profile field plugins in the Microsoft 365 plugin set: profilefield_oidc and profilefield_o365.
This is part of the suite of Microsoft 365 plugins for Moodle.
To follow active development on GitHub, or to find historical versions, click here.
The supported Moodle versions of this plugin is in line with core Moodle version support.
Questions and issue reporting
Github should be used for reporting issues found when configuring or using the plugin, and to ask questions. The comments area on this page is not actively monitored.Contributing
Before we can accept your pull request, you'll need to electronically complete Microsoft's Contributor License Agreement. If you've done this for other Microsoft projects, then you're already covered.
Why a CLA? (from the FSF)
Copyright
(c) Microsoft, Inc.
Code for this plugin is licensed under the GPLv3 license.
Any Microsoft trademarks and logos included in these plugins are property of Microsoft and should not be reused, redistributed, modified, repurposed, or otherwise altered or used outside of this plugin.
Not sure if this is at all related but it seems as though it might be. We are unable to run our daily cron. The error I have listed is as follows:
Server Time: Mon, 05 Sep 2016 13:30:46 +0000
Execute scheduled task: Sync with SDS (local_o365\feature\sds\task\sync)
... started 13:30:46. Current memory use 14.7MB.
!!! Coding error detected, it must be fixed by a programmer: A lock was created but not released at:
[dirroot]\lib\classes\task\manager.php on line 475
Code should look like:
$factory = \core\lock\lock_config::get_lock_factory('type');
$lock = $factory->get_lock(Resource id #607);
$lock->release(); // Locks must ALWAYS be released like this.
!!!
Any Ideas?
We are going to upgrade to Moodle 3.1 and reviewing the Groups we found that we can't see Study Groups in the Microsoft Block.
In /blocks/microsoft/block_microsoft.php on line 143 is the following code in comments:
// If (! Empty ($ config ['settings_showstudygroups'])) {
// Temporarily removed pending further design work.
// $ Studygroups = \ local_o365 \ feature \ usergroups \ utils :: study_groups_list ($ USER-> id, ['courseid' => $ PAGE-> context-> instanceid], false, 0, 5);
// $ Items = array_merge ($ items, $ studygroups);
// }
We remove the comments and we already see the list of Study Groups.
There are also two lost folders that are in Moodle 2.7
/ Moodle / blocks / microsoft / groups /
/ Moodle / blocks / microsoft / tests /
Our students and teachers are already using Study Groups and we can not remove this option.
We need help to know what files and folders to add so we not lose the functionality that was already in Moodle 2.7
We are using the microsoft block in our school.
I would like to suggest an improvement to the block.
It would be highly recommended that in the access to My email, the number of unread messages or at least one asterisk appear in parentheses indicating that there is an unread message.
Thanks greetings
'You are almost connected to Office 365
You have been assigned the Office 365 user "xxxx@ppp.onmicrosoft.com"
To complete the connection, click on the following link and log in to this Office 365 account.
Log in to Office 365'
But he does not log me in.
Can someone help me?
I had the same problem connecting the plugin to my personal resource . Most likely you need to see if the authorization in Microsoft Office is correct. If not, you will need to create a new account and turn on the plugin again using this data.
I have installed this plugin in my moodle site. then I go to setting and click on "Provide Admin Consent" button
then i am getting this screen and errors - "AADSTS90027: We are unable to issue tokens from this API version on the MSA tenant. Please contact the application vendor as they need to use version 2.0 of the protocol to support this."
Please help me to fix this issue. I want to sync my moodle calendars to outlook calendars via this plugins. thanks