Skip to content

enovation/moodle-atto_teamsmeeting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An Atto plugin to create Microsoft Teams meeting and imports meeting link

Description

Microsoft Meetings application integrated into Atto editor plugin which allows to create meeting and automatically add meeting link into Atto editor field content.

Installation

  • Download the plugin and extract into lib/editor/atto/plugins/teamsmeeting.
  • Install like any other Moodle plugin (ie via visiting as admin <moodle_url>/admin/index.php?cache=1).
  • Add an icon to atto editor in <moodle_url>/admin/settings.php?section=editorsettingsatto. Ie update "Toolbar config" line with "links" with "links = link, teamsmeeting".

Screenshot of the settings

Usage Guide

  1. When editing description using the Atto Editor type the text which you want to make as meeting link, select it and click on the Microsoft Teams icon.

Screenshot of the toolbar

  1. Then select Create meeting link (you will need to sign in to your Microsoft Teams account the first time you use it).

Screenshot of the sign in page

Screenshot of the create meeting page

  1. Enter a meeting title, date, and time, then click Create.

Screenshot of the enter meeting data page

  1. The link will show in the field “Your meeting URL”. Mark “Open in a new window” if you want the meeting to open in a new tab and click “Add link” to finish.

Screenshot of the meeting created page

  1. To reach meeting options select the text with the meeting link that you have created before and click on the Microsoft Teams icon in Atto Editor toolbar.

Screenshot of the selected link page

  1. You will get to the same screen with two buttons - "Go to Meeting" and "Meeting Options". Click on the "Meeting Options" button and a new browser window will open with your meeting options.

Screenshot of the meeting options page

NOTICE: Meeting options are only available for meetings that were created with Atto plugin v1.2 and later.

Localization (available with Atto plugin v1.2 and later)

Atto Teams Meeting plugin also enables to use Meetings App locale feature. User language selected in Moodle is passed to Meetings App. At the moment Meetings app supported locales - 'ar', 'bg', 'cs', 'cy', 'da', 'de', 'en-us', 'en-gb', 'es', 'es-mx', 'fi', 'fr', 'fr-ca', 'he', 'is', 'it', 'ja', 'ko', 'nb', 'nl', 'no', 'nn-no', 'pl', 'pt-br', 'pt-pt', 'ru', 'sv', 'th', 'tr', 'zh-cn', 'zh-tw'.

Atto Teams Meeting plugin itself by default supports only 'en' locale. However, Moodle community is adding more translations for the plugin. Full list can be found here.

You can always add translations yourself. More details here.

Hosting Meetings App (optional)

You can host Microsoft Meetings application yourself. To do this:

  • Download Meetings App code prepared to work with Atto plugin from https://github.com/enovation/msteams-app-lms-meetings
  • Follow instructions in README file to set up application.
  • Change Meetings application url in Atto plugin settings to your new URL (<moodle_url>/admin/settings.php?section=atto_teamsmeeting_settings).