Skip to content
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

Issue with Moodle course synchronization with Microsoft 365 SDS module #2538

Open
MicaelP84 opened this issue Mar 26, 2024 · 1 comment
Open
Assignees
Labels
Feature - SDS Issue type - help wanted General questions on how to use the plugins, e.g. configurations etc. Plugin - local_o365 Status - need more info Further information requested to triage the issue.

Comments

@MicaelP84
Copy link

When using the Microsoft 365 SDS module to synchronize courses between Moodle and Teams, we encounter the following issues:

Archiving a course in Teams does not archive it in Moodle.
Archiving a course in Moodle recreates it in Teams during the next synchronization, even if it is archived in Teams.

Moodle version 4.3.3+ (Build: 20240313)
o365 module version: 2023100911

@weilai-irl weilai-irl self-assigned this Apr 8, 2024
@weilai-irl weilai-irl added Issue type - help wanted General questions on how to use the plugins, e.g. configurations etc. Status - need more info Further information requested to triage the issue. Plugin - local_o365 Feature - SDS labels Jun 7, 2024
@weilai-irl
Copy link
Collaborator

Hi @MicaelP84

Could you provide a bit more details of the issue please. I'm mainly interested in 3 points.

  1. Could you confirm if the connection between the Team and the Moodle course is managed by the SDS feature, or the course integration feature please. What I'm asking is how was the Moodle course was created - was it created by the SDS sync task? If you are not sure, you can run the SQL query below and share the results, replacing MOODLE_COURSE_ID with the actual Moodle course ID. Note multiple results may return.

SELECT subtype FROM mdl_local_o365_objects WHERE type = 'group' AND moodleid = MOODLE_COURSE_ID;

  1. How do you "archive a course in Teams"? Is it just to archive a Team? Is it done in SDS or Teams?

  2. How do you "archive a course in Moodle"? There isn't an "archive" action for courses in Moodle.

Regards,
Lai

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature - SDS Issue type - help wanted General questions on how to use the plugins, e.g. configurations etc. Plugin - local_o365 Status - need more info Further information requested to triage the issue.
Projects
None yet
Development

No branches or pull requests

2 participants