Microsoft 365 Integration
Premium Certified Partner
Maintained by
Enovation Dev Team, Lai Wei, Patryk Mroczko
This plugin provides libraries and services that power other Microsoft 365 plugins.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
I can't get this plug-in to properly install. When I try installing it, I get a "DDL sql execution error" followed by a long list of debug messages starting with "Debug info: Table 'mdl_local_o365_cronqueue' already exists".
The Stack trace is:
line 485 of \lib\dml\moodle_database.php: ddl_change_structure_exception thrown
line 1000 of \lib\dml\mysqli_native_moodle_database.php: call to moodle_database->query_end()
line 77 of \lib\ddl\database_manager.php: call to mysqli_native_moodle_database->change_database_structure()
line 425 of \lib\ddl\database_manager.php: call to database_manager->execute_sql_arr()
line 370 of \lib\ddl\database_manager.php: call to database_manager->install_from_xmldb_structure()
line 520 of \lib\upgradelib.php: call to database_manager->install_from_xmldb_file()
line 1748 of \lib\upgradelib.php: call to upgrade_plugins()
line 693 of \admin\index.php: call to upgrade_noncore()
Without this plug-in, I can't use the Office 365 Repository. I am using Moodle 3.2.2
Thanks,
Aaron
Execute scheduled task: Nutzergruppen in Office 365 erstellen (local_o365\task\groupcreate)
... started 15:20:36. Current memory use 16.8MB.
!!! Fehler: Argument 1 passed to local_o365\rest\o365api::__construct() must be an instance of local_o365\oauth2\token, null given, called in [dirroot]/local/o365/classes/feature/usergroups/coursegroups.php on line 393 !!!
Please help! I just made security updates on the server, nothing else, Moodle does not send notifications any more...THANKS!!!
our university is now using Office 365 and we want to give access to OneDrive for business and OneDrive personal to our user. We are using Moodle 3.3 and we noticed that the core plugin now give access to both of them. We also noticed that your documentation still talk about the repository_office 365 plugin.
My question : Is the repository_office 365 plugin still necessary ? Does it give some extra features that the core plugin does not cover ?
Thanks
Steve
is this plugin still being developed? Will this plugin be Moodle 3.3 compatible?
Execute scheduled task: Sync with SDS (local_o365\feature\sds\task\sync)
... started 14:37:06. Current memory use 9.9MB.
Exception - Argument 1 passed to local_o365\rest\o365api::__construct() must be an instance of local_o365\oauth2\token, null given, called in [dirroot]/local/o365/classes/feature/sds/task/sync.php on line 361
Anybody got any ideas?
Cheers
Colin
I have manually changed the language to 'nl' via a database query, but since the change happens on login, when they login their language gets reset back to 'en'. This did not happen in our previous version (3.1) where we also userd the SSO plugin through Office365.
To fix this, I changed line 271 in local/o365/classes/observers.php from
$updateduser->lang = 'en';
to
$updateduser->lang = 'nl';
It would be nice if this wouldn't happen at all, can you please change to code to change the user lang to respect the site language (moodlecourse | lang) if it is not already set?
We have had some problems with the plugin creating cron locks. When we disable the syncronise SDS cronjob, the cronjob are working fine, but if we enable the Syncronice with SDS we get an error saying that: https://www.screencast.com/t/5Wo7gfF1f - we cant seem to figure why its locking
Cheers
Colin
I'm having issue with getting OneNote Integrate with Moodle. It doesn’t show in Microsoft block and when I add to repository, it gives this error “The OpeID connect authentication plugin or the Microsoft Account local plugin must be configuring to use OneNote Repository”
I can log on to Moodle with O365 account. However, under Microsoft Office 365 Integration plugin, under “Azure AD Setup” it says Couldn’t check reply url.
In my Azure ad app I add same reply url as Microsoft Office 365 Integration plugin in Moodle .
I appreciate any help. Thanks
Kindly advise on how to prevent creating duplicate account when LDAP and OpenID Connect are enabled on Moodle.
Thank you for your help.
Best regards,
Anis
Adhoc task failed: local_o365\task\sharepointaccesssync,Fout bij het lezen van de databank
Debug info:
Table 'edudelta.mdl_users' doesn't exist
SELECT id, username FROM mdl_users
Which is quite logical, as the table name is mdl_user and not mdl_users
Version 3.2.0.1, 2016120501
Does anybody know why it tries to find our user data in mdl_users in stead of mdl_user?
We are testing the built in OAuth 2 services in Mdl 3.3+, and have gotten the authentication part working with both Office 365 and regular Microsoft accounts. The additional Office 365 plugin-set is offering authentication, Storage sharing/OneDrive, Assignments, OneNote access and Calendar Sync.
Does the built-in OAuth 2 services support all these features? I can't make the OneDrive repo working, only for the regular Microsoft accounts, in the Mdl docs, it's written that it doesn't work with the API for OneDrive business, that is ok and I've figured that out.
..but with this set of plugins, all files are available with the repository-plugin, that's what I want with the built-in OAuth 2 services as well.
I created a app in Azure, but when I try to authenticate the users, I get a error message saying that the API is not supported. So, is the Office 365 with an app reigstred for all users within an O365-subscription, not supported at all in Mdl 3.3?
Does somebody here know if it's possible? Will calendar sync, assignments etc.. be available with the built-in OAuth 2 services?