我对 MS Azure 完全陌生。我想使用 amazon lex 进行预约程序,该程序应在 Outlook Office 365 日历中检查代理和客户的空闲时间,并在确认应在他们的两个 Outlook 日历中进行预约后。我试过这篇文章,但 MS Azure 现在完全改变了。任何人都知道这一点,请指导我完成创建 Office 365 应用程序的步骤。
感谢您的时间!
我对 MS Azure 完全陌生。我想使用 amazon lex 进行预约程序,该程序应在 Outlook Office 365 日历中检查代理和客户的空闲时间,并在确认应在他们的两个 Outlook 日历中进行预约后。我试过这篇文章,但 MS Azure 现在完全改变了。任何人都知道这一点,请指导我完成创建 Office 365 应用程序的步骤。
感谢您的时间!
Please follow the steps below:
Click on "New registration". Enter the values for Name, Supported account types, Redirect URI (optional). Click on "register" button at the bottom.
Record the Application (client) ID on OverView page for late use.
Select the Certificates & secrets section. Add a New client secret. Record the secret (password) for late use. Please note this password will be displayed only once.
Add the Calendars.ReadWrite permission in API permissions section. After adding the permission, click on "Grant admin consent for {your tenant}" to complete the admin consent process (it will require you log in with your Azure admin account).
Now you have all the steps completed.
You can get the Azure Active Directory Id from Azure AD properties page. (See Directory ID)
All the other required information (Application Id, Redirect Uri, Application Password) can be found from the above steps.