An iOS wireframe app that lists available meeting spaces in an organisation for the next hour This app assumes that you work in an organisation that uses outlook 365.
- Sign into the App Registration Portal using either your personal or work or school account.
- Select Add an app.
- Enter a name for the app, and select Create application.The registration page displays, listing the properties of your app.
- Under Platforms, select Add platform.Select Native platform.
- Copy the Client Id to the clipboard. You'll need to enter this value into the sample app.The app id is a unique identifier for your app.
- Select Save.
Use the application client id & redirect URI from the app registration portal in OutlookService.swift. For the redirect URI, the app name refers to the name of your app from the app registration portal.
"client_id" : "{YOUR_APP_CLIENT_ID}"
"redirect_uris": ["{YOUR_APP_NAME}://oauth2/callback"]