Djaboo-Skype connection: How does it work?

Table of contents

You will get Skype integration settings in Settings > Configuration > Skype integration.

Skype integration #

You must integrate the Microsoft Graph API to synchronize with Skype or Whatsapp . Please follow the steps below to integrate:

  1. Go to Microsoft Azure portal And click Azure Active Directory . If not available, see More services .

2. Click on Application records in the left menu, then click New registration .

3. After that you will get a form like this. Fill in as below. In Redirect URI , you need to add this url https://yourdomain.com/index.php/skype_integration_settings/save_access_token . You will find it in your embed setting. Finally click on the button Register .

4. Now you will get the page Presentation . Copy the Customer ID from there and add it to the embed setting.

5. Click on the API permissions in the left menu. Then click on Add permission .

6. Click on Microsoft Graph .

7. Click on Permissions removed .

8. Search offline_access and click the checkbox.


9. Search Calendars.ReadWrite and click the checkbox.


10. Finally, click on the button Add permissions .

11. Click on Certificates and Secrets in the left menu. Then click on New client secret .

12. Fill in the form as below and click on the button Add .

13. After that you will get the Client secret .

14. Also add this client secret to the integration settings And click Save and authorize .

Upon authorization, you will get a page like this. Click on the button Yes .

When retrieving API access, make sure the Skype integration status shows authorized .

That's all! You have successfully integrated with your Microsoft Outlook calendar. You can now create a meeting with the built-in Graph API.